#22782 closed defect (bug) (fixed)
Twenty Twelve: skewed gallery thumbnail images in IE8
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.5 |
| Component: | Bundled Theme | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
See attached screenshot.
For example the thumbnail on the right hand picture 387 x 86. It is generated by the tag:
<img width="1024" height="227" src="http://paddler.co.nz/wp-content/Imagefiles/2012/12/Kawhia-Harbour-010-1024x227.jpg" class="attachment-thumbnail" alt="Radio check">
Attachments (1)
Change History (4)
lancewillett
— 7 months ago
comment:1
lancewillett
— 7 months ago
comment:2
lancewillett
— 7 months ago
- Owner set to lancewillett
- Resolution set to fixed
- Status changed from new to closed
In 23102:
comment:3
westi
— 7 months ago
Looks good to me - was reviewed in IRC too - https://irclogs.wordpress.org/chanlog.php?channel=wordpress-dev&day=2012-12-06&sort=asc#m509958
Note: See
TracTickets for help on using
tickets.
I think the best approach is to account for this class value attachment-* in the IE stylesheet: http://core.trac.wordpress.org/browser/trunk/wp-content/themes/twentytwelve/css/ie.css#L26 and set it to width: auto;.
I'm working on a patch.