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
In some cases the oEmbed driver will return the HTML content directly from the metadatas without calling the parent::display(). This breaks the responsive and alignment features.
To fix it we have to implement the possibility to pass the HTML content to the Driver::display(), something like that should do the trick :
In some cases the oEmbed driver will return the HTML content directly from the metadatas without calling the
parent::display()
. This breaks the responsive and alignment features.To fix it we have to implement the possibility to pass the HTML content to the
Driver::display()
, something like that should do the trick :The text was updated successfully, but these errors were encountered: