Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #50367, comment 12


Ignore:
Timestamp:
06/25/2020 08:04:42 PM (5 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #50367, comment 12

    initial v1  
    22
    33To test:
    4 - Create new post with an image.
     4- Create new post with an image, 1200x900px.
    55- Switch to Code/Text view and insert a `width="100"` in the img tag.
    66- Save and preview.
    77
    8 On the front-end the img tag has `width="100"` but also `height="900"` (coming from the image file dimensions).
     8On the front-end the img tag has `width="100"` but also `height="900"` (coming from the image file dimensions) which is the wrong value.