diff --git a/apps/frontend/src/pages/[type]/[id]/gallery.vue b/apps/frontend/src/pages/[type]/[id]/gallery.vue index be97408e..7ca3cb7a 100644 --- a/apps/frontend/src/pages/[type]/[id]/gallery.vue +++ b/apps/frontend/src/pages/[type]/[id]/gallery.vue @@ -15,7 +15,7 @@ class="iconified-button raised-button" prompt="Replace" :accept="acceptFileTypes" - :max-size="524288000" + :max-size="5242880" should-always-reset aria-label="Replace image" @change=" @@ -197,7 +197,7 @@