Advanced configuration
Reusable TypoScript lib
The extension provides the responsive image configuration as a TypoScript
lib object:
lib.txMediaUtils.responsiveImages
Copied!
This is not a separate global settings API. It is a reusable TypoScript library that can be copied into the settings of a custom Fluid template, content element or extension.
Example for a custom extension or Fluid template:
tx_myextension.settings.txMediaUtils.responsiveImages < lib.txMediaUtils.responsiveImages
Copied!
Example for a content element:
tt_content.vendor_element {
settings.txMediaUtils.responsiveImages < lib.txMediaUtils.responsiveImages
}
Copied!
Other
Important
For more details on advanced configuration options see Usage with EXT:content_blocks.