Hi –
We include GIFs within a basic text block. How can we have the images appear full width when viewed on mobile?
Hey blankonblank!
You can add your image element into a color section element with a unique ID ( http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png ) and then add following code to Quick CSS
@media only screen and (max-width: 990px) {
#your-custom-id .container { width: 100%; }}
Cheers!
Yigit
Hey!
Images are responsive, so they will take the size of the container they are inside. Even if you do not place them inside any column element, their maximum width will be limited to main container’s width.
Regards,
Yigit