USER-20230908AJ\Administrator 1 rok pred
rodič
commit
53efa59623

+ 9 - 0
components/en-utils/en-image-video/en-image-video.vue

@@ -75,6 +75,15 @@
 </script>
 
 <style lang="scss" scoped>
+.video-box {
+  height: 70vh;
+  width: 100vw;
+
+  .myVideo {
+    height: 70vh;
+    width: 100vw;
+  }
+}
 	.image-box {
 		flex-wrap: wrap;
 	}