Images in slide content are 100% width
-
Hi Simon,
Images added in the slider WYSIWYG editor are inheriting the owl carousel styles below on the frontend.
.owl-carousel .owl-item img { display: block; width: 100%; }
The width styles are stretching images and the block styles prevent the WYSIWYG text align styles from position the images correctly.
Do we need to overwrite this ourselves or will you add something like the code below to the plugin?
.sa_owl_theme .owl-item img { display: inline; width: auto; }
Cheers,
Jesse
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Images in slide content are 100% width’ is closed to new replies.