-
Hey, I am just curiously searching for a solution without much customization. I would like to extend the teaser (v2) by another image, e.g. a small logo next to the image. What would be the best practice to do this? Since the AdaptiveImageServlet is only resolving one of the images. But here is my approach for now: Within the dialog i cloned the image tab and renamed the properties of the fileupload for the logo, e.g. However the rendered page wont display the logo but the image twice (here: cycling-1.jpeg). The issue originates from the AdaptiveImageServlet which takes the teaser resource and pulls the Now coming back to my question. What would be the best approach to extend the teaser with another image without a lot of customization. Is it even possible without touching the AdaptiveImageServlet? Thanks for any perspective which I am not aware of yet :) EDIT: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I can answer that question myself already. In the end it was my own mistake by using the same node for both images. Instead it was possible to use a childnode for the logo. All that was missing was an image resourcetype in order to trigger the adaptiveImageServlet. This was possible by using cq:Template and creating this property by default in that node. Sorry for bothering 👍🏻 |
Beta Was this translation helpful? Give feedback.
I can answer that question myself already. In the end it was my own mistake by using the same node for both images.
Instead it was possible to use a childnode for the logo. All that was missing was an image resourcetype in order to trigger the adaptiveImageServlet. This was possible by using cq:Template and creating this property by default in that node.
Sorry for bothering 👍🏻