customizing html5smartimage | Community
Skip to main content
Level 2
October 16, 2015
Solved

customizing html5smartimage

  • October 16, 2015
  • 1 reply
  • 1069 views

How can I given an option to author to resize the image using the zoom slider instead of specifying the height and width of the image? 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by smacdonald2008

You can write a custom xtype that uses this data type.

http://docs.adobe.com/docs/en/cq/5-6-1/widgets-api/index.html?class=CQ.form.SmartImage

When you do that - have access to the methods and properties of this data type. 

To learn how to write a custom xtype - see: 

https://helpx.adobe.com/experience-manager/using/creating-custom-xtype.html

1 reply

smacdonald2008
smacdonald2008Accepted solution
Level 10
October 16, 2015

You can write a custom xtype that uses this data type.

http://docs.adobe.com/docs/en/cq/5-6-1/widgets-api/index.html?class=CQ.form.SmartImage

When you do that - have access to the methods and properties of this data type. 

To learn how to write a custom xtype - see: 

https://helpx.adobe.com/experience-manager/using/creating-custom-xtype.html