[ARCHIVED] Image max-width attribute
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2020
06:35 PM
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!
This discussion post is outdated and has been archived. Please use the Community question forums and official documentation for the most current and accurate information.