USER-20230908AJ\Administrator 1 vuosi sitten
vanhempi
commit
53efa59623
1 muutettua tiedostoa jossa 9 lisäystä ja 0 poistoa
  1. 9 0
      components/en-utils/en-image-video/en-image-video.vue

+ 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;
 	}