fix(SW-2657): Changed size of images inside hotel listing
Approved-by: Matilda Landström
This commit is contained in:
@@ -66,7 +66,7 @@ export default function HotelListItem(data: DestinationPagesHotelData) {
|
|||||||
<ImageGallery
|
<ImageGallery
|
||||||
images={galleryImages}
|
images={galleryImages}
|
||||||
fill
|
fill
|
||||||
sizes="(min-width: 768px) 350px, 100vw"
|
sizes="(min-width: 768px) 700px, 100vw"
|
||||||
title={intl.formatMessage(
|
title={intl.formatMessage(
|
||||||
{
|
{
|
||||||
defaultMessage: "{title} - Image gallery",
|
defaultMessage: "{title} - Image gallery",
|
||||||
|
|||||||
@@ -46,7 +46,7 @@ export default function HotelListingItem(data: DestinationPagesHotelData) {
|
|||||||
<ImageGallery
|
<ImageGallery
|
||||||
images={galleryImages}
|
images={galleryImages}
|
||||||
fill
|
fill
|
||||||
sizes="(min-width: 768px) 350px, 100vw"
|
sizes="(min-width: 768px) 700px, 100vw"
|
||||||
title={intl.formatMessage(
|
title={intl.formatMessage(
|
||||||
{
|
{
|
||||||
defaultMessage: "{title} - Image gallery",
|
defaultMessage: "{title} - Image gallery",
|
||||||
|
|||||||
Reference in New Issue
Block a user