Zuletzt aktualisiert am
30. April 2021
Symptome
Wie konfiguriere ich aspectRatios für das smartimage-Widget in 5.3?
Lösung
Nachfolgend finden Sie eine Beispielkonfiguration von aspectRatios
. Das ist ein Knoten unter dem smartimage
-xtype-Widget.
<cropConfig jcr:primaryType="nt:unstructured"> <aspectRatios jcr:primaryType="nt:unstructured"> <home_large jcr:primaryType="nt:unstructured" text="Home Large" value="480,173"/> <home_small jcr:primaryType="nt:unstructured" text="Home Small" value="230,173"/> <small jcr:primaryType="nt:unstructured" text="Small" value="313,222"/> <medium jcr:primaryType="nt:unstructured" text="Medium" value="480,222"/> <large jcr:primaryType="nt:unstructured" text="Large" value="646,222"/> </aspectRatios> </cropConfig>
HINWEIS: In CQ5.2.x waren der Knotentyp cropConfig
und aspectRatios
cq:Widget
. In CQ5.3 wurde der Knotentyp auf nt:unstructured
geändert.
Gilt für
CQ 5.3