source: trunk/themes/smartpocket/template/picture_content.tpl @ 28494

Last change on this file since 28494 was 24170, checked in by rvelices, 11 years ago

smartpocket main image on picture page limited to width:100% (otherwise overflow hidden)

File size: 252 bytes
Line 
1<img src="{$current.selected_derivative->get_url()}" style="max-width:100%" alt="{$ALT_IMG}" id="theMainImage" title="{if isset($COMMENT_IMG)}{$COMMENT_IMG|@strip_tags:false|@replace:'"':' '}{else}{$current.TITLE|@replace:'"':' '} - {$ALT_IMG}{/if}">
2
Note: See TracBrowser for help on using the repository browser.