Forum Support

Shape 5
March 28, 2024, 05:23:56 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Shape 5 Forum
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Size of thumbnail  (Read 763 times)
oddyeti
Jr. Member
**
Offline Offline

Posts: 72



« on: October 31, 2008, 06:34:58 AM »

Quick question

How can I change the size of the additional image lytebox thumbnail... I have left 350 px on the right. My slideshow is 950 px, the pictures and thumbnail sliders are at 600 pxs... which leaves 350 pxs...

I want to have two picture thumbnails on the additional pictures to cover this space... currently its left aligned and looks a bit off, as if I did not take enough care... so if I can increase the size of the auto thumbnail that comes with the lytebox, I might be able to to control this better, so that it looks smoother..

Any suggestions?

btw, site at htto://www.socialtreks.com/newweb
Logged
jonahh
Administrator
*****
Offline Offline

Posts: 23789



WWW
« Reply #1 on: November 01, 2008, 01:39:55 PM »

Hello,

To increase the size of the lytebox thumbnails look for the below in the modules php file and change to whatever you desire:

<img class="s5_thumbnails_sa2" height="75" width="106"

Regards,
Logged

Jonah Hall
------------
Shape 5 Team

- Need a great host for your website? We highly recommend siteground.com!


- Put your trust in the hands of our extremely qualified staff to get your job done right!


- Firebug is the most powerful web development and debugging tool, and it will save you a lot of time, frustration and forum questions:
Install Firebug
oddyeti
Jr. Member
**
Offline Offline

Posts: 72



« Reply #2 on: November 03, 2008, 06:34:44 AM »

Thanks... that helps!

Cheers..

Logged
oddyeti
Jr. Member
**
Offline Offline

Posts: 72



« Reply #3 on: November 03, 2008, 06:45:21 AM »

Oops... sorry... could not locate the line you mentioned in the php file... are you sure its in the php... or in the css? Did a search of the /...s5_slideshowadvance/mod_s5_slideshowadvance.php file... is this what you are talking about..??

Thanks
Logged
jonahh
Administrator
*****
Offline Offline

Posts: 23789



WWW
« Reply #4 on: November 03, 2008, 05:51:54 PM »

Yes you are searching the correct file, try looking for "<img" this should get you to where the images are located. 

Regards,
Logged

Jonah Hall
------------
Shape 5 Team

- Need a great host for your website? We highly recommend siteground.com!


- Put your trust in the hands of our extremely qualified staff to get your job done right!


- Firebug is the most powerful web development and debugging tool, and it will save you a lot of time, frustration and forum questions:
Install Firebug
fintan69
Jr. Member
**
Offline Offline

Posts: 184



« Reply #5 on: January 30, 2009, 01:28:56 PM »

I have the same, well almost the same problem but cannot find that line.

I have three copies and on two the thumnails on the slider and on the right look crunched up.

Have look here:
http://www.fintan-gastro-consulting.ch/powercoach2/

You will see that some images (produkt) are scrunched and I would like to have look a bit more representative.

all I can find are a lot of lines like this:
Quote
<?php if ($sa_picture3_1 != "") { ?>
                        <div class="s5_magglasstop_sa">
                        <a href="<?php echo $sa_picture3_1 ?>" rel="lytebox[gallery3]" title="<?php echo $sa_picture3h1 ?> - Image 1">
                           <span class="s5_magglass_sa"></span>
                           <img src="<?php echo $sa_picture3_1 ?>" height="75" width="106" class="s5_thumbnails_sa2" alt="" />
                        [/url]
                        </div>
                     <?php } ?>
                     <?php if ($sa_picture3_2 != "") { ?>
                        <div class="s5_magglasstop_sa">
                        <a href="<?php echo $sa_picture3_2 ?>" rel="lytebox[gallery3]" title="<?php echo $sa_picture3h1 ?> - Image 2">
                           <span class="s5_magglass_sa"></span>
                           <img src="<?php echo $sa_picture3_2 ?>" height="75" width="106" class="s5_thumbnails_sa2" alt="" />
                        [/url]
                        </div>
                     <?php } ?>
                     <?php if ($sa_picture3_3 != "") { ?>
                        <div class="s5_magglasstop_sa">
                        <a href="<?php echo $sa_picture3_3 ?>" rel="lytebox[gallery3]" title="<?php echo $sa_picture3h1 ?> - Image 3">
                           <span class="s5_magglass_sa"></span>
                           <img src="<?php echo $sa_picture3_3 ?>" height="75" width="106" class="s5_thumbnails_sa2" alt="" />
                        [/url]
                        </div>
                     <?php } ?>
                     <?php if ($sa_picture3_4 != "") { ?>
                        <div class="s5_magglasstop_sa">
                        <a href="<?php echo $sa_picture3_4 ?>" rel="lytebox[gallery3]" title="<?php echo $sa_picture3h1 ?> - Image 4">
                           <span class="s5_magglass_sa"></span>
                           <img src="<?php echo $sa_picture3_4 ?>" height="75" width="106" class="s5_thumbnails_sa2" alt="" />
                        [/url]
                        </div>
                     <?php } ?>
                  <?php } ?>
                  <div style="clear:both;height:10px;"></div>

Are those the right ones?

I am a very new to this forum and apprehensive. Any help would be great.

Thank you in advance
« Last Edit: January 31, 2009, 03:46:47 AM by fintan69 » Logged
fintan69
Jr. Member
**
Offline Offline

Posts: 184



« Reply #6 on: January 31, 2009, 03:47:38 AM »

No one?
Logged
jonahh
Administrator
*****
Offline Offline

Posts: 23789



WWW
« Reply #7 on: February 06, 2009, 12:21:05 AM »

Hello,

Sorry for the delayed response, yes those are the correct ones if you want to change the thumbnails that open up the lytebox images.  Notice the
Code:
height="75" width="106"
on each one, this is what you want to edit.

Regards,
Logged

Jonah Hall
------------
Shape 5 Team

- Need a great host for your website? We highly recommend siteground.com!


- Put your trust in the hands of our extremely qualified staff to get your job done right!


- Firebug is the most powerful web development and debugging tool, and it will save you a lot of time, frustration and forum questions:
Install Firebug
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF | SMF © 2013, Simple Machines
Joomla Bridge by JoomlaHacks.com
Valid XHTML 1.0! Valid CSS!
Looking for the largest variety in template designs? Look no more. Never buy 1 theme again. Signups start at just $89 for access to all of our themes.
Send Us An Email
Please send us your questions and we will email you back as soon as we can. Product support questions should be posted in our support forums under the Help menu. Our staff will assist you from there.