vvvmax / unitegallery

Unite Gallery - Responsive jQuery Image and Video Gallery Plugin. Aim to be the best gallery on the web on it's kind. See demo here:
http://unitegallery.net
MIT License
530 stars 158 forks source link

#gallery container has a maximum size? #38

Open DixonGrfx opened 8 years ago

DixonGrfx commented 8 years ago

I have added the default UniteGallery to a site that I am working on. It seems that the gallery container is hitting a maximum size and I am not finding the limiting code. You can see the page here http://www.e2vservices.com/test/photos.html

I would like the gallery to continue to fill the parent container even on large monitors with high resolution settings.

edit It seems the gallery is being limited by a .height restriction of 500px somewhere.

Thanks, DixonGrfx

vvvmax commented 8 years ago

HI, if you want the gallery to take parent size you can write in options .unitegallery({gallery_width:"100%",gallery_height:"100%"});

On Thu, Oct 29, 2015 at 4:05 PM, DixonGrfx notifications@github.com wrote:

I have added the default UniteGallery to a site that I am working on. It seems that the gallery container is hitting a maximum size and I am not finding the limiting code. You can see the page here http://www.e2vservices.com/test/photos.html

I would like the gallery to continue to fill the parent container even on large monitors with high resolution settings.

Thanks, DixonGrfx

— Reply to this email directly or view it on GitHub https://github.com/vvvmax/unitegallery/issues/38.