-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to define with in percent instead of pixels? #19
Comments
Hi, I really want to define width and height in percent but i don't know how to do it Thanks for your help |
I may have found part of a solution by giving the width and height dynamically (calculated by the width of the parent container on window load), but I now have a new problem, how could I refresh/update the width and height of the gallery on window resizing? |
Hi, Regards |
Hi I use this: $(function(){ Hope this usefull. Patbonf |
Hello, My forked version of GalleryView solves this problem: it implements resizing functionality for the GalleryView. See the example "demos/responsive_gallery_demo.html" for more information on how to set it up. Have fun with it! |
Hi there,
First, thanks for the good work.
Then, my question is pretty simple, but i cant find any solution right now.
What i'd like to do is to define the width of the whole thing in percent instead of pixel, so the images i display will perfectly fit the place i put them into.
Any ideas?
Thanks in advance
The text was updated successfully, but these errors were encountered: