Plugin screenshot thumbnail 1/1

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:

My Image

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
4
Version
3.0.0
License
MIT
Compatibility
Craft 5
Last release
April 18, 2025
Activity (30 days)
0
Closed Issues
1
Open Issues
0
Merged PRs
0
Open PRs