Where?
When?
2

Where to?

Traveling when?

Select departure month

2025

Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec

2026

Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec

2027

Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec

Who is travelling?

Who is travelling?

AdultsAges 18 or above

2

ChildrenUnder 18

0

<img Width="600" Height="349" Src="https://i0.w... Apr 2026

The snippet demonstrates three critical attributes of the element:

Automatically generating a 600px wide version of a much larger original file. <img width="600" height="349" src="https://i0.w...

Instructs the browser to wait until the user scrolls near the image to download it, further boosting initial page load performance. The snippet demonstrates three critical attributes of the

By defining width="600" and height="349" , the browser can reserve the exact space for the image before it even downloads. This prevents "layout shift," a common issue where text jumps around as images load, which is a key metric in Google's Core Web Vitals . <img width="600" height="349" src="https://i0.w...