We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When an image is included in a Text component with an explicit width and height, like TinyMCE does by default:
width
height
<img src="http://studio.local.openedx.io:8001/library_assets/component_versions/f12c83a3-2aab-4599-a145-eab778cc62a4/static/XBlock%20Distribution.png" alt="Example" width="1294" height="837" />
Then when it appears in the preview, it will have the specified height but the wrong width, resulting in a distorted aspect ratio:
The text was updated successfully, but these errors were encountered:
I failed to reproduce this using the Text component.
Sorry, something went wrong.
@kdmccormick @rpenido I figured out how this happens and updated the description.
@jmakowski1123 @lizc577 @sdaitzman @marcotuts This is ready for AC testing on the sandbox
@jmakowski1123 @lizc577 @sdaitzman @marcotuts Friendly reminder that this is ready for AC testing on the sandbox
rpenido
No branches or pull requests
When an image is included in a Text component with an explicit
width
andheight
, like TinyMCE does by default:Then when it appears in the preview, it will have the specified height but the wrong width, resulting in a distorted aspect ratio:
The text was updated successfully, but these errors were encountered: