Author Topic: Thumbnail preview last/next Picture  (Read 5012 times)

0 Members and 1 Guest are viewing this topic.

Offline Fragezeichen

  • Jr. Member
  • **
  • Posts: 58
    • View Profile
Thumbnail preview last/next Picture
« on: March 08, 2010, 04:48:10 PM »
Hi all,

I miss some older Mod to get a Thumbnailpreview in Details, for the last and next Picture.
Example, http://www.demo.vienna-pictures.com/details.php?image_id=34

Hallo Zusammen,

eine Frage zu einen Mod den ich leider nicht mehr finden kann.
Die suche brachte auch nichts brauchbares.

Und zwar wird eine Navi für die Detail gesucht, Thumbnailanzeige für vorheriges und nächstes Bild.

So wie auf dieser Seite,oben:
http://www.demo.vienna-pictures.com/details.php?image_id=34

Vielen Dank für die Mithilfe

 :?:

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline Fragezeichen

  • Jr. Member
  • **
  • Posts: 58
    • View Profile
Re: Thumbnail preview last/next Picture
« Reply #2 on: March 08, 2010, 10:14:18 PM »
thanks man,thats what i looking for
 :D

Offline tomtom86

  • Pre-Newbie
  • Posts: 7
    • View Profile
Re: Thumbnail preview last/next Picture
« Reply #3 on: August 24, 2010, 10:18:38 PM »
Gibt es eine Möglichkeit die Thumbnails für Vorheriges/Nächstes-Bild auf immer auf die Größe von 80x80px zu komprimieren. Bei mir verzieht sich das Layout 960px aufgrund stehender oder liegender aufnamen immer.


_____________________________________________________________________________________________________________________________________________________________
Is there any way for the thumbnails "Previous / Next image" to show allways on the size of 80x80px. My layout 960px disfiguration due to vertical or horizontal pics forever.


Hoffe es kann jemand helfen
Hope for someones help


Rembrandt

  • Guest
Re: Thumbnail preview last/next Picture
« Reply #4 on: August 24, 2010, 10:57:52 PM »
immer auf die Größe von 80x80px zu komprimieren. ....
der code ist von meiner demo seite, die größe kannst du im <img> tag anpassen,:
Code: [Select]
<div style="border:1px solid #7D8568;width:100%;height:56px;">
{if prev_image_name}
<span style="float:left;margin:3px;width:70px; height:50px;"><a href="{prev_image_url}"><img src="{prev_thumb_file}" style="width:70px; height:50px;border-style:none;" alt="prev_img"></a></span>
<span style="float:left;margin:3px;">{lang_prev_image}<br>{prev_image_name}</span>
{endif prev_image_name}
{if next_image_name}
<span style="float:right;margin:3px;width:70px; height:50px;"><a href="{next_image_url}"><img src="{next_thumb_file}" style="width:70px; height:50px;border-style:none;" alt="next_img"></a></span>
<span style="float:right;margin:3px;">{lang_next_image}<br>{next_image_name}</span>
{endif next_image_name}
<div style="clear:both;"></div>
<br>
</div>


mfg Andi