Closed wolfgang007 closed 2 years ago
Hey i got same problem in TYPO3 v.11 and rte_ckeditor_image 11.0.2
You have to include the static template before the Fluid Styled content template.
That worked for me ;-)
Hi @agendartobias,
have you set the TYPO3 constant styles.content.imgtext.linkWrap.lightboxCssClass
? See also here
Same here with TYPO3 10 LTS and rte_ckeditor_image 10.2.5.
@agendartobias Have you been able to solve this somehow?
hi @arnekolja,
the TYPO3 constant styles.content.imgtext.linkWrap.lightboxCssClass
does not help at this point ?
@Gitsko Never mind, I just found out that the still-in-use old version of the bootstrap_package was clearing lib.contentElement.settings.media.popup
which caused the wrong behavior.
Good news, thanks for the information.
Hello,
the images are shown correctly, but the lightbox doesn't work. Any ideas?
styles.content.textmedia.linkWrap.lightboxEnabled = 1
is set.Output:
<img alt="" data-alt-override="true" data-htmlarea-file-table="sys_file" data-htmlarea-file-uid="33" data-htmlarea-zoom="true" data-title-override="true" src="/fileadmin/_processed_/5/b/csm_asdf.jpg" style="" width="900" height="601">
Typo3 v11 & rte_ckeditor_image 11.0.2
Thx for help.