Detailed loom walking through this doc

Goals

The main goal is to make it easy to ensure you can seamlessly use any image in Qwik, but to ensure it is optimized for speed. This means

The main things needed for this are

References/inspiration

Note: Most of this stuff is simple. The tricky part is really the backend/api that can serve the default loader

Responsive Images

This is the best default for most images, to resize to any width

Input:


<Image src="..." aspectRatio="16 / 9" />