Thank you that worked. I already had the page id.
Thanks again.
That worked perfectly, thank you
Sure here is the link: http://www.blackwhiteandraw.com/studio/
Full screen slider works great, we are using images close to 1500x1500px. Looks great on desktop, works and looks good everywhere else.
However the images crop to the screen size on mobile devices. My client doesn’t want the images cropped in mobile views. He wants them to have their true aspect ratio.
I’ve tried changing width in grid.css in the Mobile (Portrait Section) but it doesn’t seem to change it.
Nevermind, I figured it out.
Added the following to the Quick CSS:
.goto-slide {
display: none !important;
}
.prev-slide {
display: none !important;
}
.next-slide {
display: none !important;
}
.title_container {
display: none !important;
}