@bagelink/vue 1.8.3 → 1.8.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -296,6 +296,15 @@ defineExpose({ open, close })
|
|
|
296
296
|
margin: auto;
|
|
297
297
|
}
|
|
298
298
|
|
|
299
|
+
.lightbox-video iframe {
|
|
300
|
+
width: 90vw;
|
|
301
|
+
}
|
|
302
|
+
|
|
303
|
+
.lightbox-video video {
|
|
304
|
+
width: 100%;
|
|
305
|
+
height: 100%;
|
|
306
|
+
}
|
|
307
|
+
|
|
299
308
|
.lightbox-image {
|
|
300
309
|
width: auto;
|
|
301
310
|
height: auto;
|