@bagelink/vue 1.8.5 → 1.8.9

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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bagelink/vue",
3
3
  "type": "module",
4
- "version": "1.8.5",
4
+ "version": "1.8.9",
5
5
  "description": "Bagel core sdk packages",
6
6
  "author": {
7
7
  "name": "Bagel Studio",
@@ -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;