Skip to content

Instantly share code, notes, and snippets.

@wokejacqueline
Created October 31, 2016 23:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wokejacqueline/d2890412204bba049c0ceff020409fcb to your computer and use it in GitHub Desktop.
Save wokejacqueline/d2890412204bba049c0ceff020409fcb to your computer and use it in GitHub Desktop.
<%#
Project Photo Media Gallery
==============================
Purpose: Gallery of image(s).
Placement: project_media
Variables: project
%>
<div class="project-photo-media-gallery">
<div id="festival_profile_media_gallery" class="blueimp-gallery blueimp-gallery-carousel" data-gallery-content="">
<div class="slides"></div>
<div class="slides-lower-content">
<div class="container">
<p class="caption" id="photo_gallery_caption"></p>
<ol class="indicator" id="photo_gallery_indicator"></ol>
</div>
</div>
<a class="prev"><span class="icon icon-gallery-arrow-left"></span></a>
<a class="next"><span class="icon icon-gallery-arrow-right"></span></a>
<a href="javascript:void(0);" class="fullscreen" data-project-photo-gallery-fullscreen><span class="icon icon-gallery-fullscreen"></span></a>
<a href="javascript:void(0);" data-project-photo-media-gallery-download-link class="download" download><span class="icon icon-gallery-download"></span></a>
</div>
<div class="gallery-height"></div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment