如何在 TYPO3 中整合灯箱?

How to do an integration of a lightbox in TYPO3?

有没有关于如何在 TYPO3 中集成灯箱的最佳实践? 我应该使用分机吗?

TYPO3已经为您准备好了整合。在 TYPO3 常量编辑器(模块模板)中,您可以激活灯箱:

现在您可以集成任何您喜欢的灯箱 JS。 下载 JS 和 CSS 文件并将其添加到 PAGE TypoScript 中(为性能问题添加到页脚中):

page.includeJSFooterlibs.lightbox = location/to/lightbox/js/file.js
page.includeCSS.lightbox = location/to/lightbox/css/file.css

如果您需要配置灯箱,请添加您自己的 JS 文件:

page.includeJSFooter.script = location/to/own/config/js/file.js

最后,您只需在向内容元素添加媒体时设置选项 Enlarge on click