You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improved responsive video handling by using the width / height returned by the API and adjusting
the padding for Bootstrap's embed-responsive
to match the aspect ratio of the video
A new setting is added to the backend to disable playing related YouTube videos
Under the hood
TYPO3 10 LTS compatibility
An new response processor concept is introduced that allows flexible manipulation of the returned embed code.
See NocookieProcessor and PlayRelatedProcessor` for examples.