• Resolved excentricjester

    (@excentricjester)


    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)
  • Plugin Author simonpedge

    (@simonpedge)

    Hi Jesse,

    Thanks for the feedback.
    Yes, someone else mentioned this was happening, and I’ll have to use some CSS like the code you included.

    I’ll be looking to fix this in the next patch, which probably be out in the next day or two (certainly by the end of the weekend if ‘real-life’ work gets in the way ?? )

    Plugin Author simonpedge

    (@simonpedge)

    Hi Jesse,

    Ok, I have just fixed this issue within patch 2.0.4, which you can download.

    Thread Starter excentricjester

    (@excentricjester)

    Awesome, thanks! Enjoy your weekend ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Images in slide content are 100% width’ is closed to new replies.