Skip to content
#

image-resizer

Here are 91 public repositories matching this topic...

vincentkerdraon
vincentkerdraon commented May 2, 2017

Expected behavior

Builder exists and works for argument : keepAspectRatio
(feature is precious because round on reduction will have a few pixel difference with requested size)
Example : expecting 500x1000px and got 499x1000px

Actual behavior

keepAspectRatio arg is not mentioned in examples

##Suggestion of example
Thumbnails.of(dir_in.listFiles()).size(width, height).keepAspectRati

GORobert
GORobert commented Mar 6, 2020

Sometimes i upload .svg images into media library, for example for logo. Using:
{{ record.logo|media|resize(false,43) }}
i get the link to non existing image - 'thumb__0_43_0_0_auto.svg'.
SVG's should be ingored when resizing, is there an option for this in settings - don't see anything in documentation

Improve this page

Add a description, image, and links to the image-resizer topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the image-resizer topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.