- Posts: 4
- Thank you received: 0
thumnail border size
-
sossa
Inactive member -
Topic Author
- New Member
-
Less
More
13 years 9 months ago #8173
by sossa
thumnail border size was created by sossa
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 9 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
-
Less
More
- Posts: 4
- Thank you received: 0
13 years 9 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;
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.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 8 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",
...
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.191 seconds