Image Gallery Component Generated HTML
Image Gallery component dynamically generated html:
<pre>
<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>
</pre>
When a user adds an Image Gallery to their Viviti site, this is the html that is dynamically generated.