-
Notifications
You must be signed in to change notification settings - Fork 781
Add option to autoplay GIF #1160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Please add a setting to autoplay GIF files on mobile, desktop and web. Right now the desktop/web client play GIFs automatally but on mobile you need to tap on the GIF to have it play. Please allow autoplaying GIF images be enabled by default on all clients (mobile, desktop, web) |
I'd also like to see auto-play videos too. |
Should be the added the same as web with seperate options to auto play videos & gifs. |
Allowing automatic animations would follow the norm for a messaging application. |
This patch removes dontAnimate() in the createGlideRequest() builder conditionally depending on the user's animated image autoplay preferences. Resolves element-hq#1160, element-hq#5094
This patch removes dontAnimate() in the createGlideRequest() builder conditionally depending on the user's animated image autoplay preferences. Resolves element-hq#1160, element-hq#5094 Signed-off-by: networkException <[email protected]>
This patch removes dontAnimate() in the createGlideRequest() builder conditionally depending on the user's animated image autoplay preferences. Resolves element-hq#1160, element-hq#5094 Signed-off-by: networkException <[email protected]>
This patch removes dontAnimate() in the createGlideRequest() builder conditionally depending on the user's animated image autoplay preferences. Resolves element-hq#1160, element-hq#5094 Signed-off-by: networkException <[email protected]>
This patch removes dontAnimate() in the createGlideRequest() builder conditionally depending on the user's animated image autoplay preferences. Resolves element-hq#1160, element-hq#5094 Signed-off-by: networkException <[email protected]>
There is no option that a GIF is directly auto-played in a chat. You only have the option to play it in full-screen mode after clicking on it.
The text was updated successfully, but these errors were encountered: