Hi, homepage - slideshow in JACM - pictures are not resized on small screen, only cropped. Then only small part of picture is visible. Regards, Tom
tomasmac1 Hi. Please try add this to css:
@media only screen and (max-width:991px) { .block-slideshow-item .block-bg { background-position: center center; background-size: cover !important; } }