cloudinary-labs/cloudinary-laravel
Laravel integration for Cloudinary: upload, manage, and transform images and videos with an easy Facade/API, configurable storage, and URL generation. Supports signed delivery, eager transformations, and seamless use in apps and queues.
title: Guides / Image Optimization description: Learn how to optimize images in Cloudinary Laravel. ogImageTitle: Guides / Image Optimization head:
Optimization plays a critical role in making your website load as fast as possible.
With the Image component, your images will be automatically optimized with automatic compression and by delivering the most efficient format based on your browser or device (WebP, AVIF, etc).
:::tip
You can further optimize delivery with responsive sizing by using the sizes prop.
:::
<x-cloudinary::image
public-id="example"
width="960"
height="600"
sizes="100vw"
alt="My example"
/>
How can I help you explore Laravel packages today?