[wp-trac] [WordPress Trac] #25524: Twenty Thirteen – single attachment page image height

WordPress Trac noreply at wordpress.org
Mon Oct 7 15:03:57 UTC 2013


#25524: Twenty Thirteen – single attachment page image height
--------------------------------+-----------------------------
 Reporter:  Marco_Teethgrinder  |      Owner:
     Type:  defect (bug)        |     Status:  new
 Priority:  normal              |  Milestone:  Awaiting Review
Component:  Bundled Theme       |    Version:  trunk
 Severity:  normal              |   Keywords:
--------------------------------+-----------------------------
 In image attachment pages the height of the image gets reduced to a max of
 724px, even though it could fit in full size with no problem whatsoever.

 Proposed fix in {{{functions.php line 412}}}

 from
 {{{$attachment_size     = apply_filters( 'twentythirteen_attachment_size',
 array( 724, 724 ) );}}}
 to
 {{{$attachment_size     = apply_filters( 'twentythirteen_attachment_size',
 array( 724, 9999 ) );}}}

--
Ticket URL: <http://core.trac.wordpress.org/ticket/25524>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list