Gallery of videos
steveeq - April 7, 2008 - 04:47
| Project: | Embedded Media Field |
| Version: | 5.x-1.0 |
| Component: | Embedded Video Field |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
Hello,
I am new to drupal. What is the best approach to take when you want to create a gallery of videos separated by category? is there a way to create a grid of thumbnails or something like that? Each grid in it's own category?

#1
maybe look at the Views module and then look at theming your View. That would be what I would do.
#2
The best way to do this is to use Views + Views Bonus Pack (the bonus part you're looking for is "grid view"). When you make your view I suggest using thumbnails, as displaying multiple videos on the same page can create problems, and if you're using a taxonomy, then you can either filter for the one you want (obviously you should filter for nodes that have embedded videos), or use arguments if you know how. Also, if you use the dev version of the module you can also use thumbnails + thickbox, which gives you a nice little popup screen with the full size video when you click on the thumbnail (see here for an example: http://zivtech.com/videos)
#3