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
When putting an image, although a width and height can be specified, the image is not responsive
Describe the solution you'd like
When the media is an image, there could be a checkbox in the image settings saying "Make image responsive", it should be ticked by default. When that is ticked the code should not use width and height and add the following style="max-width:100%;height:auto;" so that the image can never get larger than the ContentPane.
What version are you using right now?
Is your feature request related to a problem?
When putting an image, although a width and height can be specified, the image is not responsive
Describe the solution you'd like
When the media is an image, there could be a checkbox in the image settings saying "Make image responsive", it should be ticked by default. When that is ticked the code should not use width and height and add the following style="max-width:100%;height:auto;" so that the image can never get larger than the ContentPane.
Additional context
Got this idea from Nina Meiers video at https://www.youtube.com/watch?v=UhWWRZNQwuQ&feature=youtu.be
The text was updated successfully, but these errors were encountered: