Skip to content
New issue

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

Editor: images should respect height attribute #1727

Closed
designsimply opened this issue Dec 17, 2015 · 1 comment
Closed

Editor: images should respect height attribute #1727

designsimply opened this issue Dec 17, 2015 · 1 comment
Labels
[Feature] Media The media screen in Calypso, general media management, or integration with third party media. [Feature] Post/Page Editor The editor for editing posts and pages. [Type] Enhancement
Milestone

Comments

@designsimply
Copy link
Contributor

Raised by @gwwar

In the html tab of the editor we respect set width, but not height when it is the only dimension attribute set.

When clicking back to the visual tab, the following is properly sized:

<img src="http://i.imgur.com/SaxpuCP.gif" width="100" />

But this is not:

<img src="http://i.imgur.com/SaxpuCP.gif" height="100" />

HTML tab:
screen shot 2015-10-20 at 12 18 23 pm

Visual Tab
screen shot 2015-10-20 at 12 18 32 pm

Note from @aduth

Noting that this is consistent with the wp-admin treatment for the twenty* series of themes.

@designsimply designsimply added [Type] Enhancement [Feature] Post/Page Editor The editor for editing posts and pages. [Feature] Media The media screen in Calypso, general media management, or integration with third party media. labels Dec 17, 2015
@designsimply designsimply added this to the Editor: Next milestone Dec 17, 2015
@rachelmcr
Copy link
Member

Closing as this is not an issue in Gutenberg.

#bug-scrub #pre-gutenburg-bug-purge

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Feature] Media The media screen in Calypso, general media management, or integration with third party media. [Feature] Post/Page Editor The editor for editing posts and pages. [Type] Enhancement
Projects
None yet
Development

No branches or pull requests

2 participants