Problem
A client of ours informed us that some of their images, being populated by the CMS, were showing normally in the designer but rotated 90 degrees on the published site.
Cause
The bug seems to be caused by Webflow’s built-in image responsiveness feature. Using devtools I verified that the image source is rendering normally:
However, the srcset attribute reveals the auto-resized images return a rotated aspect:
Solution
To fix the problem, simply go to the element pulling the image and check “Disable Responsiveness.”