grav-plugin-resize-images icon indicating copy to clipboard operation
grav-plugin-resize-images copied to clipboard

A Grav plugin for resizing images when they are uploaded

Results 12 grav-plugin-resize-images issues
Sort by recently updated
recently updated
newest added

This PR resolves #21, and is similar to #22, but retains the check for being a Page (or now PageObject). I have a few other changes planned (eg. processing on...

[pamtbaau in the Grav discourse](https://discourse.getgrav.org/t/how-do-i-get-a-pages-media-onadminsave-if-the-page-is-a-flex-object/13177) helped me out :-)

However, this was still working with Grav v1.7.0-beta.5 - Admin v1.10.0-beta.5 Now, after Grav Updates, it does not trigger resizing of images anymore. After downgrade, it is working again. Any...

Using the plugin, all images uploaded on a page have multiple versions `name.jpg, [email protected], [email protected]...`. Is there a simple way to display the biggest one with TWIG? The problem being...

This plugin seems not to respect the Grav principle of config inheritance. It should get its configuration from: user/config/plugins/resize-images.yaml then override it with: user/localhost/config/plugins/resize-images.yaml Instead, this plugin - when on...

Hello, First off, LOVE YOUR PLUGIN. This is awesome. So minimal, yet it's all I need. That being said, I noticed the PNGs I upload that have a transparent background...

Hi! Thank you for the plugin, @fredrikekelund Does this only work if the destination on the upload field is set to ‘self@'? I set mine to "destination: 'page@:/images'" and nothing...

Hi, I modified your plugin with a slightly different approach. Have a look at my [README](https://github.com/guins/grav-plugin-resize-images/blob/master/README.md) file to understand the idea behind it.

Thanks a lot for this plugin. I am pretty much new to grav. I tried to use {{ image.derivatives(theme.image_sizes_px).sizes(sizes_attribute).html() }} which works but it takes a lot of time to...

![capture-resize](https://user-images.githubusercontent.com/30144585/30175648-f98696e6-9407-11e7-95a6-995ab0a9256d.PNG) When I delete some unnecessary image sizes after clearing cache they always return. ----- The main problem with this plugin is that if I have 15 or 20 images...