uiarts / responsive-images
A Laravel package for generating responsive images and picture tags
2.0.0
2025-06-27 17:57 UTC
Requires
- php: ^7.4 || ^8.0
- illuminate/support: ^8.0|^9.0|^10.0|^11
- intervention/image: ^3
This package is auto-updated.
Last update: 2026-03-30 13:27:23 UTC
README
Usage:
$options = [ 'picture_title' => 'Image', 'picture_alt' => 'Image alt', 'size_pc' => '380, auto', 'size_tablet' => '354, auto', 'size_mobile' => '290, auto', 'mode' => 'fit-x', 'lazyload' => false, // 'driver' => 'public_path', 'image_attributes' => [ 'param' => 'value' ] ]; \UIArts\ResponsiveImages\Facades\ResponsiveImages::generate('image.jpg', $options)