diff --git a/components/videoModal.vue b/components/videoModal.vue index cb07d22..20045d3 100644 --- a/components/videoModal.vue +++ b/components/videoModal.vue @@ -92,6 +92,8 @@ this.fullscreen = !this.fullscreen await this.$axios.get('/_fullScreen', { params: { bool: this.fullscreen } }) + this.isMinimized = false + if (this.fullscreen) { this.z = 3 this.width = 100