Revolution slider plugin

Hi there,

I want a different area of my slide background image on mobile devices - is there a way to move the grid for mobile/tablet so that a different part of the image is shown?

Thanks

Hello Lucy,

Thanks for writing in!

Well it might be a bit tricky and will require some custom development work to showcase different image position on mobile devices. Please note that providing support for the same falls outside the scope of support we can offer.

However, to get started you can refer following resources to get some help:

Use media queries so that the code get applied to the viewport:

https://www.w3schools.com/css/css_rwd_mediaqueries.asp

Use background position property to position the background image.

https://www.w3schools.com/cssref/pr_background-position.asp

Thanks.

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