-
Type:
Story
-
Status: Closed
-
Priority:
Minor
-
Resolution: Completed
-
Affects Version/s: None
-
Fix Version/s: 7.0.0 M1
-
Git Pull Request:
Currently there is no direct way to get the dimensions of an image in the document library.
Given the following dynamic element in a WCM template, ...
<dynamic-element dataType="document-library" fieldNamespace="ddm" indexType="keyword" name="picture" readOnly="false" repeatable="false" required="false" showLabel="true" type="ddm-documentlibrary" width="" />
... getting the dimensions of $picture isn't possible, because class ImageToolUtil would be required to do that.