.. include:: /Includes.rst.txt .. _known-problems: ============== Known Problems ============== This chapter documents known issues and limitations of the Focal Point Editor extension. .. _known-problems-limitations: Limitations =========== Image Processing ---------------- The focal point data is stored separately from TYPO3's image processing. When using ``f:image`` or ``f:uri.image`` ViewHelpers with cropping, the focal point is not automatically applied to the crop calculation. **Workaround:** Use the focal point data with CSS ``object-position`` to position the image within its container, rather than relying on server-side cropping. No Automatic Cropping --------------------- The extension does not modify how TYPO3 crops images. It provides focal point data that you can use in your templates to position images correctly using CSS. **Example:** .. code-block:: html
.. _known-problems-browser: Browser Compatibility ===================== CSS Object-Position ------------------- The ``object-position`` CSS property is supported in all modern browsers but may not work in older browsers (IE11 and below). **Fallback:** For older browsers, consider using background images instead: .. code-block:: html