not working
Topic summary
A user is experiencing issues with slideshow banner dimensions on their Shopify store (zisthi.com), specifically noting that the full image doesn’t display properly in mobile view—most content gets cropped.
Proposed Solution:
Another participant provided CSS code to address the mobile display issue, suggesting:
- Setting
.slideshow-containertowidth: 100%andheight: autofor automatic scaling - Using
object-fit: coveron images to prevent distortion while ensuring full container coverage - Adding a media query for screens up to 767px width with adjusted height values (50vh suggested)
Current Status:
The original poster reported that the suggested CSS solution is not working. The issue remains unresolved, with no follow-up troubleshooting steps provided yet.