Opened 12 years ago
Closed 11 years ago
#24260 closed defect (bug) (fixed)
Image Post Format: Intermediate Image Size Selection Not Retained
Reported by: | chipbennett | Owned by: | |
---|---|---|---|
Milestone: | 3.6 | Priority: | normal |
Severity: | normal | Version: | 3.6 |
Component: | Post Formats | Keywords: | |
Focuses: | Cc: |
Description
Steps to reproduce:
- New post
- Image post format
- Select/Upload image
- Image library
- Select/Highlight existing image
- Change image size from default "thumbnail" to "large"
- Select Image button (insert into post)
Result:
The "Image HTML or URL" outputs the image as thumbnail, rather than as large. For example:
[caption width="150" id="attachment_771" align="alignnone"]<img src="http://www.example.com/files/2011/07/img_8399.jpg" width="150" height="150" alt="Boat Barco Texture" class="wp-image-771 size-thumbnail" /> Boat BW PB Barco Texture Beautiful Fishing[/caption]
It appears that the Select/Upload Image modal image size selection is either being ignored or reset.
I repeated the process with a new/uploaded image, with the same outcome.
Change History (4)
Note: See
TracTickets for help on using
tickets.
Related: #24289