Simply gallery data files, only keep maximum width per photo, keep 640w compatibility
This commit is contained in:
@@ -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 }}"
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user