If you're adding video instead of picture to your question in some cases it may look too big on mobile.
To fix this you need to add this code to your theme CSS:
@media (max-width:767px){ .wp-video{ width: inherit !important; } }
Modified on: Wed, 19 Jun, 2019 at 2:39 PM
If you're adding video instead of picture to your question in some cases it may look too big on mobile.
To fix this you need to add this code to your theme CSS:
@media (max-width:767px){ .wp-video{ width: inherit !important; } }
Did you find it helpful? Yes No
Send feedback