Simply gallery data files, only keep maximum width per photo, keep 640w compatibility

This commit is contained in:
2016-02-07 14:01:08 +00:00
parent de2ec9a35b
commit 7fe512cc37
60 changed files with 516 additions and 2738 deletions

View File

@@ -20,11 +20,11 @@ layout: post
}
);
{% for photo in page.photos %}
{% if photo.location %}
{% if photo.latitude %}
(function () {
var wo = false;
var m = new google.maps.Marker({
position: new google.maps.LatLng({{ photo.location.latitude }}, {{ photo.location.longitude }}),
position: new google.maps.LatLng({{ photo.latitude }}, {{ photo.longitude }}),
map : map,
title : "{{ photo.title }}"
});