So I've been able to get the CornerstoneUX carousel to slide vertically by adding
to the function (in this case the Related Products Carousel). Doing this has opened up another set of issues which now look like they could be fixed with tweaks to the stylesheet. The first issue is with the previous and next arrows, they are now both at the top pointing left and right. They need to be pointing up and at the top and pointing down at the bottom.
Something else I've noticed is I think the height that the price (text below the thumbnail) might not be included in the javascript's calculation for slider - the first and last image in the slider are cutoff.
I'm going to keep hacking away at this but I was just wondering if anyone else has done this and might want to share.
Code:
vertical: true,
Something else I've noticed is I think the height that the price (text below the thumbnail) might not be included in the javascript's calculation for slider - the first and last image in the slider are cutoff.
I'm going to keep hacking away at this but I was just wondering if anyone else has done this and might want to share.
Comment