Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

Size of Thumbnails and Scroll Bar for Tiled Images
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Size of Thumbnails and Scroll Bar for Tiled Images
#34782
Size of Thumbnails and Scroll Bar for Tiled Images 11 Years, 4 Months ago Karma: 0
Hi,

Is it possible to resize the images that appear in the 'tiled' view on popup, as well as enable a scroll bar? I have a number of images that are being tiled (over 100+) and this of course doesn't fit in a 640x480 popup, if I resize I can fit more, but even then I would like to tweak and also enable a 'scroll' function?

Any tips on where one might look for this functionality, can provide a link, just not sure if it's against your forum rules...

Thanks
Dave
The administrator has disabled public write access.
 
#34783
Re:Size of Thumbnails and Scroll Bar for Tiled Images 11 Years, 4 Months ago Karma: 747
Hello,

Could you provide images where we can see what do you want to achieve? You can send them by email.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#34784
Re:Size of Thumbnails and Scroll Bar for Tiled Images 11 Years, 4 Months ago Karma: 0
Sure, emailed, thanks.
The administrator has disabled public write access.
 
#34785
Re:Size of Thumbnails and Scroll Bar for Tiled Images 11 Years, 4 Months ago Karma: 747
Add the following CSS rule to a site template CSS file to add scrollbars:

BODY #mb_gallery_ .galleryThumbs
{
overflow-y: auto;
height: 100%;
padding: 0px;
}

The following CSS rule can be used to change thumbnails size:

BODY #mb_gallery_ .galleryThumbs .thumb
{
height: 100px;
width: 100px;
}

Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 1