Image max-width attribute

fmadrid
Community Novice

Issue: Canvas applies a "max-width" attribute to an image shrinking an image to a width of 100 pixels.

This issue is very inconsistent but confirmed in the HTML inspector on Google Chrome (F12). When I attempt to manually override this attribute with max-width = "none" Canvas removes this attribute.

Example

<img src="..." width = "100%" max-width = "none">

Any suggestions? Thanks!