Hello 
I’m currently facing some displaying problems with CMS-items on iOs devices.
Here is what it looks at computer:
Here is what it looks at android devices:
But when it comes to ANY iOs device (tested it with multiple) it doesn’t show the image of the CMS-Items:
The screenshots show a CMS-List which works as a preview of football-drills. Within this preview there is an image implemented, which causes the problem. I can select the text on any device (even iOs), so probably this helps finding a solution.
Any ideas? 
Read-Only: Webflow - Small Sided Games
Livepage1: Small Sided Games - Finder
Hi there,
Fixed pixel widths can indeed cause display issues across different devices, especially on iOS. When an element is set to a specific width like 500px, it won’t automatically adjust to different screen sizes. To ensure better cross-device compatibility, consider these alternatives:
- Use relative units like percentages (%) or viewport width (vw)
- Implement max-width instead of fixed width
- Set up responsive breakpoints to adjust element sizes for different screen sizes
- Use Webflow’s flex or grid layout systems for more flexible designs
For iOS specifically, check that your container elements are using flexible widths and that your viewport meta tag is properly set in your page settings.
Hopefully this helps! If you still need assistance, please reply here so somebody from the community can help.
Thanks for the help. It seems to work now, but I don’t really know why. I just build the CMS-Items from scratch.