2.4.0releasedImage Preview

Replaces the textual link to the image with the real image

Clone URLhttps://github.com/Solutions-Nitriques/image_preview.git

Add as a submodulegit submodule add https://github.com/Solutions-Nitriques/image_preview.git extensions/image_preview --recursive

Compatibility

2.x.x2.1.x2.2.x2.3.x2.4.x2.5.x2.6.x2.7.02.7.12.7.22.7.32.7.42.7.52.7.62.7.72.7.82.7.92.7.10
NoNo1.02.4.02.4.02.4.02.4.02.4.02.4.02.4.02.4.02.4.02.4.02.4.02.4.02.4.02.4.02.4.0

Readme

Image Preview

Makes upload fields show a preview of the file in the backend if it is an image

  1. Just unzip and put in extension directory
  2. Name the folder image_preview
  3. Enable/Install just like any other extension

You must enable JIT Image Manipulation in order to make the thumbnail work

Image Preview Settings

It is possible to customize how images are previewed. By default, images are 40px wide in the table view and 100px wide in the publish view (aspect ratio is untouched). You can change those settings by adding one or more Image Preview Settings field to you section. You can choose which field to customize with the 'Fields handles' values. To enable those settings for all fields, type '*' as field handle.

Compatible with

  • Upload field
  • Image upload field
  • Multilingual upload field
  • Multilingual image upload
  • Unique upload field

Voila !

http://www.deuxhuithuit.com/

Version history

Symphony 2.3 to 2.x.x

  • Add support for multi-upload field

Symphony 2.3 to 2.x.x

  • Supported on PHP 7
  • Fixed parameters to fit the parent method

Symphony 2.3 to 2.6.x

  • Added missing .field-multilingual_upload selector

Symphony 2.3 to 2.6.x

  • UI (css) fixes

Symphony 2.3 to 2.6.x

  • Added support for svg
  • Do not request any file if there is already an image in the link

Symphony 2.3 to 2.4

  • Compatibility for custom url: assets are now loaded using full absolute url
  • Support for Association Drawer

Symphony 2.3 to 2.4

  • Compatibility with multilingual fields (more than one file/link)

Symphony 2.3 to 2.4

  • Added a Image Preview Settings field : It is now possible to customize how images are previewed. You can change those settings by adding one or more Image Preview Settings field to you section.
  • Minor UI updates

Symphony 2.3 to 2.3.6

  • Compatibility with Symphony 2.3

Symphony 2.2 to 2.2.5

  • Initial release