Slider revolution All slides background image fit

I’m taking PowerPoint slides exported as images and using them to make an online slideshow but there is 250+ in total and I need to make them all “background fit: Contain”
All I want to know is if there is a simple css I can add to make all slides do this rather than individually going through every slide and selecting the option manually.
Thank for any help

Hi,

Can you provide us your site url so we can take a closer look.

For the mean time, you can try adding the code below in Slider Settings > Custom CSS

.tp-bgimg.defaultimg  {
        background-size: contain !important;
}

Hope this helps

Hey Paul that was exactly what i was looking for thanks a ton you just saved me hours of time

In behalf of Paul, you’re most welcome! :wink:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.