Image gallery
An Image Gallery component is used for adding a number of images to your site, in a variety of ways.
Image Gallery component dynamically generated html:
<div class="component image_component"> <h2> <span>Image Gallery Title Here</span> </h2> <div class="component_content"> <div class="images"> <div class="image"> <a href=""> <img src="" /> </a> </div> </div> </div> </div>
When a user adds an Image Gallery to their Viviti site, this is the html that is dynamically generated.