- Posts: 2
- Thank you received: 0
problems thumbnails slider with Safari and Chrome
-
papouvayos
Inactive member - Topic Author
- New Member
Less
More
13 years 10 months ago #5437
by papouvayos
problems thumbnails slider with Safari and Chrome was created by papouvayos
I have change file slideViewerPro.js
with the indications but the problem persist with Safari and chrome; You can help me ? Thanks
www.accroissements-michel-sempey.fr
(indications
go to:
cms/modules/mod_hot_joomla_gallery/js/slideViewerPro.js
make bakup of file
change :
var pictWidth = container.find("img").attr("width");
var pictHeight = container.find("img").attr("height");
to
var pictWidth = 500;
var pictHeight = 320;
with the indications but the problem persist with Safari and chrome; You can help me ? Thanks
www.accroissements-michel-sempey.fr
(indications
go to:
cms/modules/mod_hot_joomla_gallery/js/slideViewerPro.js
make bakup of file
change :
var pictWidth = container.find("img").attr("width");
var pictHeight = container.find("img").attr("height");
to
var pictWidth = 500;
var pictHeight = 320;
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 10 months ago #5466
by ivan.milic
Replied by ivan.milic on topic Re: problems thumbnails slider with Safari and Chrome
find the post where saw that, I think there some css values need to be changed.
Please Log in to join the conversation.
-
papouvayos
Inactive member - Topic Author
- New Member
Less
More
- Posts: 2
- Thank you received: 0
13 years 10 months ago #5469
by papouvayos
Replied by papouvayos on topic Re: problems thumbnails slider with Safari and Chrome
thanks,
but the css of the template? or the css of the module? and what I change?
but the css of the template? or the css of the module? and what I change?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 10 months ago - 13 years 10 months ago #5488
by ivan.milic
Replied by ivan.milic on topic Re: problems thumbnails slider with Safari and Chrome
In the file
At the bottom there are this css entites:
mod_hot_joomla_gallery\tmpl\style.css
div#svwp0 ul {
margin:0;
padding:0;
list-style:none;
line-height:normal;
}
div#svwp0 ul li, div#thumbSlider0 ul li {
margin:0;
padding:0;
list-style:none;
background:none;
}
add fixed width and height to them. I can not know right vales that would work for you , you have to do proces of change-and-test
At the bottom there are this css entites:
mod_hot_joomla_gallery\tmpl\style.css
div#svwp0 ul {
margin:0;
padding:0;
list-style:none;
line-height:normal;
}
div#svwp0 ul li, div#thumbSlider0 ul li {
margin:0;
padding:0;
list-style:none;
background:none;
}
add fixed width and height to them. I can not know right vales that would work for you , you have to do proces of change-and-test
Last edit: 13 years 10 months ago by ivan.milic.
Please Log in to join the conversation.
Time to create page: 0.161 seconds