From b47deb8ba71724bfa675f11e946c52ab602e252a Mon Sep 17 00:00:00 2001 From: jlpereira Date: Tue, 11 Jul 2023 11:52:52 -0300 Subject: [PATCH 1/2] Add attributes --- src/components/ImageViewer/ControlImageNext.vue | 4 ++-- src/components/ImageViewer/ControlImagePrevious.vue | 4 ++-- src/components/ImageViewer/ImageViewer.global.vue | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/components/ImageViewer/ControlImageNext.vue b/src/components/ImageViewer/ControlImageNext.vue index 85cede6..9d47eae 100644 --- a/src/components/ImageViewer/ControlImageNext.vue +++ b/src/components/ImageViewer/ControlImageNext.vue @@ -2,10 +2,10 @@ - + diff --git a/src/components/ImageViewer/ControlImagePrevious.vue b/src/components/ImageViewer/ControlImagePrevious.vue index 4ceeee6..b07892c 100644 --- a/src/components/ImageViewer/ControlImagePrevious.vue +++ b/src/components/ImageViewer/ControlImagePrevious.vue @@ -2,9 +2,9 @@ - + diff --git a/src/components/ImageViewer/ImageViewer.global.vue b/src/components/ImageViewer/ImageViewer.global.vue index d6d1ad8..d877d16 100644 --- a/src/components/ImageViewer/ImageViewer.global.vue +++ b/src/components/ImageViewer/ImageViewer.global.vue @@ -13,6 +13,7 @@ From 6cc37362a8e2341ef15ab2c94498d9db5c38b152 Mon Sep 17 00:00:00 2001 From: jlpereira Date: Mon, 24 Jul 2023 11:54:46 -0300 Subject: [PATCH 2/2] Safari: Fix image size --- src/components/Gallery/GalleryMainImage.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Gallery/GalleryMainImage.vue b/src/components/Gallery/GalleryMainImage.vue index 13363e2..fb91b68 100644 --- a/src/components/Gallery/GalleryMainImage.vue +++ b/src/components/Gallery/GalleryMainImage.vue @@ -5,7 +5,7 @@