Hi, we have noticed, that JACM slideshow and gridon homepage is not visible on small screens. Why and how to fix it? (I use JACM on other website with JA Resort and there is it OK). Regards, Tom
Hi Tom,
You can set to Show/Hide this slideshow position via Responsive layout settings in template:
I updated for you and it's showing on mobile now.
Than you very much. I see the images are not rescailing... On https://www.pronajematelieru.cz/ with JA resort they are automatically dynamically rescaled.Thank you for oyur help. Regards, Tom
I added this custom css code:
@media screen and (max-width: 767px){ .block-slideshow-item .block-bg { background-size: cover !important; } }
into the file: /css/custom.css of template.
Kindly check.