• Resolved Evix

    (@evadry)


    I’m really happy with Gutenslider except for one little detail. I have a few sliders on a page, most of them have over 50 pictures, and I need to set them all to “contain”. So far I’ve been doing this manually, opening the editor and changing one by one, BUT it would be awesome to have a setting to set them all to “contain” from the start without having to do it individually.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author eedee

    (@eedee)

    Hey @evadry,

    I totally understand and agree. We are releasing Gutenslider 5.0 soon (May). It will allow you to set the number of slides per view to ‘auto’. It will make the display of images in different aspect ratios much better.

    If you then still need the feature please contact us again in this thread that we will leave open, so we can release it in the next minor release (5.1).

    You will notice when the beta is out and testable for everyone.

    Thanks for your feedback.

    Plugin Contributor WordPress Slider

    (@wordpressslider)

    @evadry in the end it is just a css setting. If you are sure, that all images should be set to contain, add the following to your css:

    .wp-block-eedee-block-gutenslider .eedee-background-div img {
    object-fit:contain !important;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Set ALL images in slider to contain’ is closed to new replies.