diff --git a/src/client/theme-default/components/VPHero.vue b/src/client/theme-default/components/VPHero.vue index 568feb3e..c60a9b46 100644 --- a/src/client/theme-default/components/VPHero.vue +++ b/src/client/theme-default/components/VPHero.vue @@ -323,7 +323,7 @@ const heroImageSlotExists = inject('hero-image-slot-exists') as Ref max-width: 192px; max-height: 192px; width: 100%; - height: 100% + height: 100%; object-fit: contain; /*rtl:ignore*/ transform: translate(-50%, -50%);