Hi, as you can see in this screenshot, the right part of this gif isn't showing.
Is it possible to resize this gif to make it fit the mobile screen?
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed. We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
Hi juststian,
Please try the following CSS code:
@media screen and (max-width: 600px){ .wpdiscuz-tenor-embedded-gif-wrapper.wpdiscuz-tenor-full-gif { max-width: 98%; height: 100% !important; } }
Put the code in the Top Admin Bar > Customize > Additional CSS > "Additional CSS" textarea, save it, delete all caches and check again.
Also, please try on incognito mode if you're checking on mobile devices. Because mobile browsers have a hard cache, you'll not be able to see the change immediately.