Hi, there's a similar issue I've discovered using Klixo Slideshow Plus for Joomla: the img {max-width: 100%;} in template.css is applied only to display width < 1024px.
I've discovered this because Klixo did correctly resizes images to full screen width if screen width is < 1024 but if it is >=1024 Klixo shows images in their original size (2000x500 px) cropped at right side.
Adding img {max-width: 100%;} to TemplateToaster -> General -> Editors -> Css fixed the problem.
Would you be so kind as to fix this in next releases, please?
Thank you!