[wp-trac] [WordPress Trac] #18775: no picture reduction

WordPress Trac wp-trac at lists.automattic.com
Tue Sep 27 00:37:25 UTC 2011


#18775: no picture reduction
---------------------------+------------------------------
 Reporter:  micha15295     |       Owner:
     Type:  defect (bug)   |      Status:  new
 Priority:  normal         |   Milestone:  Awaiting Review
Component:  Bundled Theme  |     Version:  3.2.1
 Severity:  major          |  Resolution:
 Keywords:  has-patch      |
---------------------------+------------------------------

Comment (by dd32):

 > does it mean the core of version 3.2.1 is o.k. but there's suddenly a
 bug in hundreds of themes?

 Sorry, but yes, that's exactly what it means. the output from WordPress is
 correct, It's the same as it's always been, the problem is themes css
 styling the images differently. You can Activate the "TwentyTen" theme and
 you should see no problem for example.

 You can look at the HTML WordPress produces and see that the Size (the
 width and height) specified is correct, it's just the browser is being
 directed to display it differently (Scroll to the end, notice the 2nd one
 is 70% values of the top one)
 {{{
 <img class="alignleft size-full wp-image-5" title="540px-WordPress_logo"
 src="..url.." alt="" width="540" height="123" />

 70%: <img class="alignleft size-full wp-image-5" title="540px-
 WordPress_logo" src="..url.." alt="" width="378" height="86" />
 }}}

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/18775#comment:8>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list