-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgallery.html
More file actions
21 lines (19 loc) · 745 Bytes
/
Copy pathgallery.html
File metadata and controls
21 lines (19 loc) · 745 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
layout: default
title: Gallery
---
<div id="gallHeader"></div>
<div id="galleria"></div>
<script src="{{ "/galleria/galleria-1.4.2.min.js" | relative_url }}"></script>
<script src="{{ "/galleria/plugins/flickr/galleria.flickr.min.js" | relative_url }}"></script>
<script>
Galleria.loadTheme('{{ "galleria/themes/classic/galleria.classic.min.js" | relative_url }}');
Galleria.run('#galleria', {
flickr: 'set:72157631426725906',
flickrOptions: {
sort: 'date-posted-desc'
}
});
</script>
<div id="ieFixDiv" style="width:960px;"></div>
<p style="text-align:center; margin-top:30px;">All photos by <a href="http://www.alexander-henderson.com" style="texdecoration: underline;">Alexander Henderson Photography</a></p>