Component 4: Video Gallery
Use this gallery to display videos inline. You can choose to upload your videos to your website or to show videos hosted on YouTube/Vimeo/Wistia.
[Component Inspector Options]
The following are available in addition to the Shared Options described above:
Property | Inspector Name | Description |
---|---|---|
videoGalleryItemsSelector |
Gallery Selector/ID | JQuery selector for the element that holds the video items; for example: #videos
|
videoGalleryLayout |
Gallery Layout | Select a gallery layout; possible values are: - default / Default (use the gallery layout set on the plugin settings page)- video_gallery_right_thumb / Thumbnails - video_gallery_right_title_only / Titles Only- video_gallery_right_no_thumb / No ThumbnailsCheck out the demo site for live examples of each layout. |
additionalVideoGalleryOptions |
Script Options | Additional JS options that you want passed onto the UniteGallery script, for example: theme_autoplay: true
|
imageResizerHeight |
Thumbnail Height | Height of the generated thumbnail; Leave empty or set to 0 to only constrain the image by height; leave both width and height empty to fall back on the values set on the backend plugin configuration page |
imageResizerMode |
Thumbnail Mode | Select how to resize your images into thumbnails, or select “default” to use the thumbnail mode set on the plugin settings page; possible values are: - Default - Exact - Portrait - Landscape - Auto - Crop |
galleryWidth |
Gallery Width | Can be a number (pixel lenght) or a percent (of the parent container). Leave empty to fall back on the values set on the backend plugin configuration page |
galleryHeight |
Gallery Height | Only applies to “Combined” and “Slider” galleries! Can be a number (pixel lenght) or a percent (of the parent container). Leave empty to fall back on the values set on the backend plugin configuration page |
For examples on how to customize the gallery, see How to Customize your Gallery.
Check out the Demo Site for live examples of the above.
No Comments