Hi Guys
Sorry for the repeat question, I can’t find the original thread with the info my original question re the rev-slider images showing as full size on a mobile but they crop on a desktop.
I followed the instructions on the previous post but I am still having the same issue, the images look great on a mobile but are cropped on a desktop. I’ve also had a good read of the following and can’t solve this problem. Any advice would be greatly appreciated, thank you.
Website: https://yogastudio.net.au/
- inspect each slide and under source settings, set the background fit to (%,% 100 100)
- add the following code to global CSS:
.rev_slider .slotholder .defaultimg {
background-size: contain !important;
}
