Slide Snap to Full Image on Mobile View

Hi,

What is the best way to achieve this look with my xtheme site. :point_right:t5:

Hello @will2christ,

Thank you for the details. To have a fullscreen image, you will need to set the height on your columns to fullscreen as well. Edit your page and click the columns. In the column settings, find the โ€œCustomizeโ€ tab and insert this inline element css:

$el {
  min-height: 100vh;
}

We would love to know if this has worked for you. Thank you.

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