From 936105793c988eb156fc6e0afd2b2769fa61d983 Mon Sep 17 00:00:00 2001 From: ManjaroOne666 Date: Tue, 22 Jan 2019 12:55:03 +0000 Subject: [PATCH] comments --- components/GalleryImageViewer.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/GalleryImageViewer.vue b/components/GalleryImageViewer.vue index 2eebc66..26fca34 100644 --- a/components/GalleryImageViewer.vue +++ b/components/GalleryImageViewer.vue @@ -63,8 +63,8 @@ export default { data () { return { loadingImageUrl: 'https://via.placeholder.com/120x120', - backgroundImageUrl: null, - displayImageUrl: null, + backgroundImageUrl: null, // blurred vwersion of image that makes up the background + displayImageUrl: null, // image being viewed showLoading: true, loadingTimeout: null }