@christianriedl/media 1.0.283 → 1.0.284

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@christianriedl/media",
3
- "version": "1.0.283",
3
+ "version": "1.0.284",
4
4
  "description": "RIC media interfaces",
5
5
 
6
6
  "main": "dist/index.js",
@@ -410,7 +410,7 @@
410
410
 
411
411
  <template>
412
412
  <v-container ref="carousel" fluid :style="heightStyle" class="bg-grey-darken-3 pa-0">
413
- <image-zoomer v-if="appState.fullScreen.value" :contentW="currentWidth" :contentH="currentHeight" >
413
+ <image-zoomer v-if="appState.fullScreen.value" :contentW="currentWidth" :contentH="currentHeight" :maxScale="2">
414
414
  <img :src="origUrl" :width="currentWidth" :height="currentHeight" draggable="false">
415
415
  </image-zoomer>
416
416
  <v-carousel v-else hide-delimiters :show-arrows="false" v-model="index"