VOOZH about

URL: http://symphonyextensions.com/extensions/image_focus_field/

⇱ Image Focus Field — A Symphony CMS extension that works with the Media Library field to create … — Symphony CMS Extensions


Symphony Extensions

Symphony CMS

Follow @symextensions for updates to the 412 extensions that we track. What is this?

What is symphonyextensions.com?

Symphony Extensions tracks Symphony CMS extensions that are hosted on Github.

How do I submit an extension?

Host your extension on Github and make sure the repository has a good README and an extension.meta.xml file. Then sign in to this site using your GitHub profile where you will see a list of your public repositories. Pick one, and add it to the site. When you make changes, just update the XML file in your repository and we do the rest.

What is an extension.meta.xml file?

It is an XML file that you add to your repository to describe your extension. You can include a name and description, developer contact details, version history, changelog, dependencies and more. Please read the documentation for a full list. You can use the lint tool to check your XML against the schema before submitting your extension to the site.

Who runs this site?

This site is now run by the community @symextensions. The site was created by nickdunn. Contact him at @nickdunn

Found a bug?

Please report it here.

1.3releasedImage Focus Field

A Symphony CMS extension that works with the Media Library field to create a position picker tool with visualisation.

Clone URLhttps://github.com/pixelninja/image_focus_field.git

Add as a submodulegit submodule add https://github.com/pixelninja/image_focus_field.git extensions/image_focus_field --recursive

Download
.tar.gz, .zip
Links
Github, Issues, Wiki

👁 pixelninja
Phillpixelninja15 extensions

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
NoNoNoNoNoNoNo1.31.31.31.31.31.31.31.31.31.31.3
Symphony VersionExtension version
2.7.101.3
2.7.91.3
2.7.81.3
2.7.71.3
2.7.61.3
2.7.51.3
2.7.41.3
2.7.31.3
2.7.21.3
2.7.11.3
2.7.01.3
2.6.xNo
2.5.xNo
2.4.xNo
2.3.xNo
2.2.xNo
2.1.xNo
2.x.xNo

Readme

Image Focus Field

Version 1.0 Requirements: Media Library

What does this extension do?

A new field called Image Focus Field is added to the section editor, where existing Media Library fields can be attached. On the entry editor, the image attached in the Media Library will be displayed within the Image Focus field and allows the person editing to click on the image and select the focal point. This position is then visualised within the 3 other smaller images located beside the main image within the Main column or underneath the main image within the Secondary column.

Version history

1.314 April 2021

Requires Symphony 2.7.x

  • add imagesLoaded before checking for image coordinates to ensure width/height is returned

1.212 April 2021

Requires Symphony 2.7.x

  • Check if the image selected exists, and return a message if it can't instead of showing broken image source

1.109 April 2021

Requires Symphony 2.7.x

  • Add a check to ensure only images are displayed

1.008 April 2021

Requires Symphony 2.7.x

  • Initial Public Release