You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the cause of this bug is the explicit mentioning of height and width of the img tag. If we remove that the image works fine and maintains the aspect ratio.
Also the use of CSS styles and properties are not done in an effective manner.
Solution
Simple solution would be to remove the explicit mentioning of height and width in the IMG tag and customize the CSS properties so that IMG works properly across all devices .
Reported by Ester in Twitter DMs, see for example TWIW #122. Example:
The text was updated successfully, but these errors were encountered: