thumnail border size

  • sossa
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
12 years 10 months ago #8173 by sossa
thumnail border size was created by sossa
hi,
how can i change the thumnail border size?
also, i have a border not on the border of thumbnail (please look at the image)
tks for helping
Attachments:

Please Log in to join the conversation.

More
12 years 10 months ago #8183 by ivan.milic
Replied by ivan.milic on topic Re: thumnail border size
You have that as parameter in module settings. Default is 3

Please Log in to join the conversation.

  • sossa
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
12 years 10 months ago #8220 by sossa
Replied by sossa on topic Re: thumnail border size
hi,
tks for answer
what i have in module settings is :
Thumbnail Images
Size of thumbnails (in %)
Timer
Module Background Color
Gallery Border Size
Gallery Border Color
Big Image Border Width
Big Image Border Color
Thumbnail Border Color
Active Thumbnail Border Color
Description Text Background Color
Description Text Color

and not the size of thumbnail border
to resolve my probleme, i had changed on the style.css line 51
i changed position from relative to -> position:auto;

Please Log in to join the conversation.

More
12 years 10 months ago #8258 by ivan.milic
Replied by ivan.milic on topic Re: thumnail border size
Hi,
open the
modules\mod_hot_joomla_gallery\js\slideViewerPro.js

and replace:
...
settings = jQuery.extend({
galBorderWidth: 6,
thumbsTopMargin: 3,
thumbsRightMargin: 3,
thumbsBorderWidth: 3,
buttonsWidth: 40,
galBorderColor: "#000000",
...

with

...
settings = jQuery.extend({
galBorderWidth: 6,
thumbsTopMargin: 3,
thumbsRightMargin: 3,
thumbsBorderWidth: 0,
buttonsWidth: 40,
galBorderColor: "#000000",
...

Please Log in to join the conversation.

Time to create page: 0.356 seconds
Powered by Kunena Forum