Tagged: lighbox, thumbnails, video gallery
Hello,
I was hoping Enfold had a gallery that would support images and videos, more a less like this one:
http://www.antoinechance.com/?page_id=37
does something like this exist?
Thanks!
Nuno
Hi Nuno!
That gallery is actually composed entirely of images, the ‘video’ ones are images linking to videos, you can build something like that with the Masonry Gallery (Media Elements), use images and link the video ones to YT/Vimeo URLs, the lightbox will get added automatically:
http://screencast.com/t/KhBo9f3LH
Regards,
Josue
Hey Josue,
Thank you so much!
Also, do you know how can I reduce the size of the thumbnails in the Masonry Gallery?
Can you post a link to your gallery?
Regards,
Josue
Actually I’ll have 4 galleries, but I’ll apply changing in this one to the others:
http://www.ivantirtiaux.com/portfolio-item/autres-photos/
Hey!
What do you want to change exactly? can you post a screenshot/mockup of what would you want to achieve?
Best regards,
Josue
Hi Josue,
I’d like the thumbnails to be smaller, so I can put more columns on my page.
(in the mockup they are squares but they can also could be rectangles, that’s not important for now)
Hey!
Try using this setting for the Masonry Gallery:
http://screencast.com/t/MZtMOYIXO
Best regards,
Josue
Hi Josue,
Thanks, but what I would like is to reduce the size of the images.
If you go to my page http://www.ivantirtiaux.com/portfolio-item/autres-photos/
there are only two columns and the images are huge (with my screen, they are 484x384px).
Thanks!
Hey!
Please add following code to Quick CSS and adjust as needed
#top .container .av-masonry-entry {
width: 24.8%;
}
Best regards,
Yigit
Great. Thanks! :)