We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66cec1e commit d095164Copy full SHA for d095164
components/molecules/VPicture/VPictureSource.vue
@@ -47,7 +47,7 @@ const options: ImageOptions = computed(() => {
47
48
const size = computed(() => {
49
const crop = options.value.modifiers?.crop
50
- const result: number[] = [options.width, options.height]
+ const result: number[] = [options.value.width, options.value.height]
51
52
// If the image has a crop modifier, set the width and height.
53
if (typeof crop === 'string' && crop.includes('x')) {
0 commit comments