Última atualização em
5 de mai de 2021
Sintomas
Como configuro o aspectRatios para o widget smartimage no 5.3?
Resolução
Abaixo está uma amostra de configuração de aspectRatios
. Este é um nó no widget smartimage
xtype.
<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>
OBSERVAÇÃO: no CQ 5.2.x, os tipos de nó de cropConfig
e aspectRatios
eram cq: Widget
. No CQ 5.3, o tipo de nó foi alterado para nt:unstructured
.
Aplica-se ao
CQ 5.3