Jump to content

product page thumbnails vertical scrolling


risman23

Recommended Posts

  • 3 months later...

I found the solution;)

 

must be changed in the file js / product.is line 421 change the value axis ==> axis: 'x' axis is 'y' and change the style of the flesh and set the height and width

 

and also the line 390:

 

line 390: $('#thumbs_list_frame').scrollTo('li:eq(0)', 700, {axis:'y'});

 

line 421:

 

//init the serialScroll for thumbs

$('#thumbs_list').serialScroll({

items:'li:visible',

prev:'a#view_scroll_left',

next:'a#view_scroll_right',

axis:'y',

offset:0,

start:0,

stop:true,

onBefore:serialScrollFixLock,

duration:700,

step: 2,

lazy: true,

lock: false,

force:false,

cycle:false

});

 

 

good day.

  • Like 1
Link to comment
Share on other sites

  • 1 year later...
  • 1 month later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...