Glide Image Transforms
On-demand image manipulation for Craft CMS using Glide 3.0 from The PHP League. This plugin is an alternative to Crafts native image transforms and allows you to specify parameters to adjust the image on the fly directly in the url.
Supported file systems:
- Local
- AWS S3
Installation
Assets can be rendered through Glide using:
https://your-domain.com/path-to-craft/glide/{filename}
Or via Twig with:
   %20%7D%7D)
Example usage
<img src="myimage.jpg?w=100&h=200" alt="My Image" />
For more information about what parameters are supported please see the Glide website.
Example transforms
craft.glide.url('testimage.png', {w: 200, h:200})
craft.glide.url('testimage.png', {w: 100, flip: 'v', blur: 5})
craft.glide.url('testimage.png', {w: 350, border: '10,5000,overlay', mark: 'test/another.png', markw: '100', markpos: 'top-left'})
 Installation Instructions 
To install this plugin, copy the command above to your terminal.
Reviews
This plugin doesn't have any reviews.
 Active Installs 
3
 License 
MIT
 Last release 
April 18, 2025
 Activity (30 days)
0
 Closed Issues 
0
 Open Issues 
0
 Merged PRs 
0
 Open PRs 
