Project

General

Profile

Bug #72798

Updated by Oliver Hader about 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 = file:current:crop</pre> 

 Lightbox showing click-enlarged image without cropping; regular rendering in the background with cropping: 

 !screen.png!

Back