Hey! I changed it to a full gallery slideshow. It's the first picture on my home page. It's not responsive on all devices. It looks small like I want on a mobile device, but on an iPad and web screen its still to big. I used this code to adjust its size on mobile devices (portrait view):
@media screen and (max-width: 757px) {
.gallery-fullscreen-slideshow[data-width="full-bleed"] {
height: 27vh !important;
}
}
I would like to change it to an image block and make it full width, but I want it to be responsive on all devices regardless of its screen size or the way you turn the device. Is this possible?