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?
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?
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.