diff --git a/index.html b/index.html index 3fa1413..903d21f 100644 --- a/index.html +++ b/index.html @@ -15,7 +15,7 @@ - + @@ -36,12 +36,12 @@ - + - - - - + + + + diff --git a/pages/photos.js b/pages/photos.js index 9138b90..1abe937 100644 --- a/pages/photos.js +++ b/pages/photos.js @@ -17,10 +17,10 @@ export function page (app) { var html_data=""; data.forEach((value)=>{ var image_ID=value[1].split('/')[5]; - var image_URL=`https://drive.google.com/uc?export=view&id=${image_ID}`; + var image_URL=`https://drive.google.com/thumbnail?export=view&id=${image_ID}&sz=w1400-h1400`; html_data+= ` - + ` }) @@ -29,6 +29,7 @@ export function page (app) { plugins: [lgThumbnail,lgZoom,lgHash], allowMediaOverlap: true, toggleThumb: true, + download: false, }); jQuery(document).ready(function() {