When the item meant to be responsive gets into the mobile sizes, the aspect ratio starts to skew.
This is probably because you are using a baked-in ratio of 0.563, which obviously will not work for all objects and all orientations. You should be auto-calculating the ratio based on the actual object's original width and height.
When the item meant to be responsive gets into the mobile sizes, the aspect ratio starts to skew.
This is probably because you are using a baked-in ratio of 0.563, which obviously will not work for all objects and all orientations. You should be auto-calculating the ratio based on the actual object's original width and height.