joeblack9988 / slideshow

Automatically exported from code.google.com/p/slideshow
0 stars 0 forks source link

Vertical scrolling #234

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,

I would like to use your slideshow with vertical scrolling for images (and no 
horizontal).
How can I do it ?
Thanks

Original issue reported on code.google.com by paniez.m...@gmail.com on 12 Jun 2012 at 3:17

GoogleCodeExporter commented 8 years ago
It did not work as there is a bug in Slideshow-1.3.2.110508.

Bug depends on the fact that MooTools cannot measure the coords of an element, 
that is not in the DOM.Try to place line 907

thumbnails.inject(slideshow.el);

right before line 899

var coords = thumbnails.getCoordinates();

Or use files from attachment. There is the patched slideshow2.js, 
slideshow_vertical.css with CSS necassary to overwrite values from 
slideshow.css for vertical presentation and a slideshow2_css_vertical.xhtml (a 
template for CMS Contao with the necessary vertical dynamic CSS values).

Have fun, Andreas

Original comment by mess...@andreasburg.de on 15 Jul 2012 at 12:30

Attachments: