Opened 11 years ago
Last modified 11 years ago
#11875 confirmed New Feature
Image plugin ACF: disallowed height also removes width setting
Reported by: | Joel | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.3.4 |
Keywords: | Image2 | Cc: |
Description
I want to remove table and image height settings completely. I only want widths set, so I set an ACF rule like so:
img(*)[*]{width};table(*)[*]{width};
Now the height setting is gone from image properties, but so is the width. The table properties dialog shows only the width setting as expected.
I expected it to remove the height and lock ratio button, but leave the width and reset button. I'm a support client - should I have reported it through email instead of creating a ticket?
Change History (1)
comment:1 Changed 11 years ago by
Keywords: | Image2 added |
---|---|
Status: | new → confirmed |
Type: | Bug → New Feature |
The width and height are bound together and it would require a lot of effort to split them, because it not only affects dialog, but also the resize feature. That's why we haven't decided to do that and I think that it's unlikely that we're going to work on this.
But of course this is valid request, so I confirm it (though I change type to new feature).