BipadTaranMahato / slideshow

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

change the height position of the thumbnails div dynamically #71

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Note: If this is a troubleshooting question, please first look in the FAQ
(http://code.google.com/p/slideshow/wiki/FAQ), search in the Google Group
(http://groups.google.com/group/mootools-slideshow) and / or post your
question there! This form is only for technical issues / bugs, thank you.

What steps will reproduce the problem?
1. setup mootools as usual
2.
3.

What is the expected output? What do you see instead?
it is the regular slideshow but with the following changes:

in slideshow.js i have changed the following line:
images.set({'styles': {'display': 'block', 'height': this.height,
'overflow': 'hidden', 'position': 'relative', 'width': this.width}});

to:
images.set({'styles': {'display': 'block', 'height': this.height,
'overflow': 'visible', 'position': 'relative', 'width': this.width}});

i would like to change the height of the thumbnails main picture (depending
on their original height and width).
i have done this, have a look at:
http://kurdishdreams.com/djurplatsen.se/sell_show.php?add_id=1&category=&provinc
e=10

but now there is another problem.. i would like to change the height
position of the thumbnails div dynamically when then different pictures are
shown (depending on their original height)

how can i do this? is there any example of how to do this?

What version of the product are you using? On what operating system and
browser?

xp pro sp3, mootools 1.2 and the latest slideshow script
Please provide any additional information below.

Original issue reported on code.google.com by zilv...@gmail.com on 12 Feb 2009 at 2:38

GoogleCodeExporter commented 9 years ago
This is not a bug report. Please post this to the Google Group, thank you:

http://groups.google.com/group/mootools-slideshow

Original comment by aeron.gl...@gmail.com on 12 Feb 2009 at 3:01