Page 1 of 1

elastic view whilst embedded

Posted: 14 Mar 2009, 17:58
by anytime732
hi

is it possible to give the gallery elastic probities whilst embedded in an html page?

ive not been able to find a way so far, if anybody has any ideas??

Posted: 16 Mar 2009, 06:33
by mjau-mjau
You mean like 100% width and 100%(rest of page not taken by your navigation)?

That should be possible ... If you are using the SWFObject, it should be easy to set 100% width at least. Height is a little more tricky, because sometimes it thinks its supposed to take 100% of available browser height instead of whats left after your native navigation.

Best thing to do is create a table layout. Make the table 100% height, and the ROW with Imagevue will take the "rest of page" that your custom html doesn't already occupy in the other ROW.

Posted: 16 Mar 2009, 06:52
by anytime732
to be honest i would be happy with just the width being 'elastic'

so what you are saying is to change the width setting from 'pixels' to '%'

if so - is it possible to have the width set to 100% and height to a set n0 of pixels?

Posted: 16 Mar 2009, 07:00
by mjau-mjau
YES!