Created
November 6, 2018 15:37
-
-
Save sudomaxime/7189e71cfc1a4e11d1f6ae71e7a32a21 to your computer and use it in GitHub Desktop.
Gallery shortcode
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="wysiwyg-gallery"> | |
<div class="row"> | |
<div class="col-4"> | |
<div class="wysiwyg-gallery-item"> | |
<div class="wysiwyg-gallery-image"> | |
<div class="wysiwyg-gallery-zoom"> | |
<i class="zoom-icon fas fa-search-plus text-white"></i> | |
</div> | |
<a href="http://via.placeholder.com/1200x768" data-toggle="lightbox" data-gallery="gallery-name" data-type="image"> | |
<img src="http://via.placeholder.com/300x220"/> | |
</a> | |
</div> | |
</div> | |
</div> | |
<div class="col-4"> | |
<div class="wysiwyg-gallery-item"> | |
<div class="wysiwyg-gallery-image"> | |
<div class="wysiwyg-gallery-zoom"> | |
<i class="zoom-icon fas fa-search-plus text-white"></i> | |
</div> | |
<a href="http://via.placeholder.com/1200x768" data-toggle="lightbox" data-gallery="gallery-name" data-type="image"> | |
<img src="http://via.placeholder.com/300x220"/> | |
</a> | |
</div> | |
</div> | |
</div> | |
<div class="col-4"> | |
<div class="wysiwyg-gallery-item"> | |
<div class="wysiwyg-gallery-image"> | |
<div class="wysiwyg-gallery-zoom"> | |
<i class="zoom-icon fas fa-search-plus text-white"></i> | |
</div> | |
<a href="http://via.placeholder.com/1200x768" data-toggle="lightbox" data-gallery="gallery-name" data-type="image"> | |
<img src="http://via.placeholder.com/300x220"/> | |
</a> | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment