setting up a responsive video gallery using omega and views

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.
pagecarving's picture

I am having a hard time getting a video gallery to work in omega. I would like to use the views masonry module or something similar. I setup a content type for videos and set up a view, but only get a single column. I have the youtube media module in use for this. On top of that the preview images are not responsive either.
any help would be awesome.

Comments

Hi, Depending on what you

samwillc's picture

Hi,

Depending on what you want to do, have you tried views column class?

This way, you can easily get your preview thumbnails into the grid by specifying grid-3, grid-4, grid-whatever in each row.

http://drupal.org/project/views_column_class

Regarding the responsive images, adaptive image?

http://drupal.org/project/adaptive_image

I made a video gallery using this stuff as a demo on a local machine a few months ago and it worked pretty well (also using media and youtube_media modules).

Maybe this will help you out a bit. I know nothing about the masonry module, there seems to be hundreds added every day at drupal.org! I find it impossible to keep up.