hi semicolon
I would like to add an overlay to the cards images with link and lightbox
but when I use normal code samples from the canvas-demo, the overlay always spans to the whole card
even if I wram the image and overlay
can you please help?
this is a partial from my typo3-cms extension where I integrated the code
it renders ONE SINGLE CARD
{newsItem.title}
{newsItem.teaser -> f:format.crop(maxCharacters: '{settings.cropMaxCharacters}', respectWordBoundaries:'1') -> f:format.html()}
{newsItem.bodytext -> f:format.crop(maxCharacters: '{settings.cropMaxCharacters}', respectWordBoundaries:'1') -> f:format.html()}
» Details «
