35

Product support

Get help in the plugin support forum.

  • Added on Apr 23, 2024
  • Current version: 1.5.1
  • Platform Compatibility
    v3.x use latest
    v2.x not tested
    v1.x not tested
  • Created by
  • Public repository

Categories

IMG Resize + TinyPNG

resize(int $width [, int $height , array $options])

Usage in template {{ property.image | resize(500, false, { mode: 'crop', quality: '80', extension: 'png' }) }}

Options: mode auto, exact, portrait, landscape, auto, fit or crop offset Offset the resized image [0,0] [int, int] extension auto, jpg, jpeg, gif, png quality 0-100 sharpen 0-100 compress true,false

1.5.1

Initial

Apr 24, 2024

1.5.0

Actual processess

Apr 24, 2024

1.4.1

Only attempt to delete temp files if they still exist - @LukeTowers

Apr 23, 2024

1.4.0

- Add imageWidth() and imageHeight() filters - @matteotrubini - Adds fr translations - @FelixINX - composer.json fixes - @DieterHolvoet and @LukeTowers - Regenerate cached image if original has a different mtime - @kevinkoenen - Delete temporary image copy - @multiwebinc - Adds zh-cn translations - @everyx - Spaces in filename are now handled properly - @mauserrifle

Apr 23, 2024

1.3.6

Prevent infinite loop when custom not found image does not exist. Thanks to yapsr

Apr 23, 2024

1.3.5

!!! Changes path to cached image for builds of October 420+. Thanks to that0n3guy

Apr 23, 2024

1.3.4

Adds German translation - thanks to Christoph (emptynick)

Apr 23, 2024

1.3.3

Updates Hungarian translations - thanks to Szabó Gergő

Apr 23, 2024

1.3.2

Adds option to skip compression of certain images, helpful to save credits.

Apr 23, 2024

1.3.1

Ensures plugin works as expected when October is installed to a sub-directory.

Apr 23, 2024

1.3.0

Adds TinyPNG API key validation, TinyPNG usage statistics and provides thumb backend list column type

Apr 23, 2024

1.2.2

Ensures false can be passed to auto width/height. Also improves URL parsing so different formats of app.url work as expected. Thanks to Emerge.

Apr 23, 2024

1.2.1

Updates translations and allows jpg files to be compressed with Tiny PNG

Apr 23, 2024

1.2.0

Adds optional PNG compression support via Tiny PNG

Apr 23, 2024

1.1.0

Adds default settings to admin - thanks to Szabó Gergő

Apr 23, 2024

1.0.3

Adds Hungarian translation - thanks to Szabó Gergő

Apr 23, 2024

1.0.2

Fixes bug where url set in config/app.php affecting rendering of image.

Apr 23, 2024

1.0.1

Fixed errors..

Apr 23, 2024