diff --git a/_config.yml b/_config.yml index 81c5656..17dc35d 100644 --- a/_config.yml +++ b/_config.yml @@ -21,7 +21,7 @@ gallery: symlink: false # false: copy images into _site. true: create symbolic links (saves disk space) thumbnail_size: y: 450 - retina: 1.5 + retina: 1.2 # The following options are for individual galleries. galleries: diff --git a/_includes/footer.html b/_includes/footer.html index bcec0ca..fd14ad7 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,4 +1,5 @@ + diff --git a/_layouts/gallery_page.html b/_layouts/gallery_page.html index 1a2e696..82c4156 100644 --- a/_layouts/gallery_page.html +++ b/_layouts/gallery_page.html @@ -29,18 +29,20 @@ diff --git a/photos/assets/gallery.css b/photos/assets/gallery.css index b54fabe..c1ede0c 100644 --- a/photos/assets/gallery.css +++ b/photos/assets/gallery.css @@ -2262,3 +2262,14 @@ a { opacity: 0.9; } #gallery .item:hover img { opacity: 1; } + +.picture-frame { + overflow: hidden; + position: relative; + float: left; + padding: 0px; + padding-bottom: 50px; + background: rgba(0,0,0, 0.5); + color: white; + font-size: 12px; +}