Image Gallery Component Generated HTML
Image Gallery component dynamically generated html:
<div class="component image_gallery_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 component to their site, this is the html that is dynamically generated.