Fluid images typically use a combination of CSS and HTML attributes to adjust their size dynamically. The most common method involves using the max-width property set to 100%. This ensures that the image will scale down to fit the container but will not exceed its original size. Here’s a basic example: