Displaying landscape oriented slides on mobiles held portrait
Hi,
I am migrating the Photographer Portfolio Section of my old site to my new WordPress site, which has BeTheme. I am using Slider Revolution to make a template, which I'm modelling on this slider from my old site. Once it's done, I plan to clone the slider multiple times and swap out the text and images for all our other photographers. I'm mostly done with the work (you can see the new slider here), I just have a few tweaks to do. The most important one is about displaying the images nicely on mobiles and tablets when the devices are held in portrait orientation. Please see this image that explains what I'm trying to do. Please could you tell me what I need to do to accomplish this?
Many thanks in advance!
Comments
Revolution Slider scale to proper sizes for mobile only if you have Auto Responsive option set. Otherwise, it won't be possible.
-webkit-background-size: contain !important;
background-size: contain !important;
}