Bug In Template (album_showpage_body.tpl)


Subject: Bug In Template (album_showpage_body.tpl)
Basically the picture navigation under the main image will stretch thumbnail images if the picture is portrait instead of the standard landscape

OPEN album_showpage_body.tpl
FIND
Code: [Download] [Hide] [Select]
<!-- BEGIN next -->
<td width="20%" align="center">
<a href="{pics_nav.next.U_PICS_LINK}"><img src="{pics_nav.next.U_PICS_THUMB}" {THUMB_SIZE} border="0" alt="{pics_nav.L_PICS_NAV_NEXT}" title="{pics_nav.L_PICS_NAV_NEXT}" vspace="10" /></a>
</td>
<!-- END next -->
<td width="20%" align="center" class="row_mio">
<img src="{U_PIC_THUMB}" {THUMB_SIZE} border="5" alt="{PIC_TITLE}" title="{PIC_TITLE}" vspace="10" class="row_mio" />
</td>
<!-- BEGIN prev -->
<td width="20%" align="center">
<a href="{pics_nav.prev.U_PICS_LINK}"><img src="{pics_nav.prev.U_PICS_THUMB}" {THUMB_SIZE} border="0" alt="{pics_nav.L_PICS_NAV_PREV}" title="{pics_nav.L_PICS_NAV_PREV}" vspace="10" /></a>
</td>
<!-- END prev -->

REPLACE WITH
Code: [Download] [Hide] [Select]
<!-- BEGIN next -->
<td width="20%" align="center">
<a href="{pics_nav.next.U_PICS_LINK}"><img src="{pics_nav.next.U_PICS_THUMB}" border="0" alt="{pics_nav.L_PICS_NAV_NEXT}" title="{pics_nav.L_PICS_NAV_NEXT}" vspace="10" /></a>
</td>
<!-- END next -->
<td width="20%" align="center" class="row_mio">
<img src="{U_PIC_THUMB}" border="5" alt="{PIC_TITLE}" title="{PIC_TITLE}" vspace="10" class="row_mio" />
</td>
<!-- BEGIN prev -->
<td width="20%" align="center">
<a href="{pics_nav.prev.U_PICS_LINK}"><img src="{pics_nav.prev.U_PICS_THUMB}" border="0" alt="{pics_nav.L_PICS_NAV_PREV}" title="{pics_nav.L_PICS_NAV_PREV}" vspace="10" /></a>
</td>
<!-- END prev -->


Example2.jpg
Description: After applying the mod 
Download
Filename: Example2.jpg
Filesize: 134.34 KB
Downloaded: 893 Time(s)
Example1.jpg
Description: Before applying the mod 
Download
Filename: Example1.jpg
Filesize: 140.01 KB
Downloaded: 898 Time(s)

Profile PM  
Subject: Re: Bug In Template (album_showpage_body.tpl)
@Mighty, can you verify this?

Subject: Re: Bug In Template (album_showpage_body.tpl)
That's because SHOW IMAGE WITHOUT GD is enabled... if you turn that to off you won't have that problem... :wink:

That is the only way to show GIFs thumbnail il older FAP version. In FAP 1.4.0 it would not be an issue! :LOL:


Page 1 of 1


  
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 0.1159s (PHP: 14% SQL: 86%)
SQL queries: 12 - Debug Off - GZIP Enabled