diff --git a/src/components/VAllResultsGrid/VImageCellSquare.vue b/src/components/VAllResultsGrid/VImageCellSquare.vue index 424a984707..f85da78f97 100644 --- a/src/components/VAllResultsGrid/VImageCellSquare.vue +++ b/src/components/VAllResultsGrid/VImageCellSquare.vue @@ -7,7 +7,7 @@ >
@@ -16,11 +16,11 @@ class="w-full h-full object-cover rounded-sm bg-dark-charcoal-10 text-dark-charcoal-10" loading="lazy" :alt="image.title" - :src="getImageUrl(image)" + :src="getImageUrl()" :width="250" :height="250" itemprop="thumbnailUrl" - @error="onImageLoadError($event, image)" + @error="onImageLoadError($event)" />