Project

General

Profile

Bug #72798

Updated by Oliver Hader over 8 years ago

Scenario: 
 * TYPO3 7.6 
 * CSS Styled Content 
 * Image with cropping definition and click-enlargement (zoom) enabled 

 The image tag has applied the cropping as expected. However, the click-enlarged version (lightbox or window) still shows the original image. 

 A work-around for the TypoScript of CSS Style Content might be: 
 <pre>tt_content.image.20.1.imageLinkWrap.crop.data @tt_content.image.20.1.imageLinkWrap.crop.data = file:current:crop</pre> file:current:crop@

Back