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
Although support for the core playlist shortcode was added in #954 I'm seeing a fairly unattractive implementation that doesn't match with what I see in that PR.
On a vanilla WP install I have a post with the following content:
[playlist ids="1709,1708,821"]
Which is rendered like so in twentyseventeen:
The AMP (paired) playlist is rendered like so:
It looks like maybe the styles are missing - snipped out by the transformer maybe?
The text was updated successfully, but these errors were encountered:
@philipjohn It looks like in this case the legacy templates are being used? I believe the support depends on AMP theme support because the MediaElement CSS needs to be enqueued. If you enable AMP theme support does it tender better? To add support for the legacy templates then the CSS from the external stylesheet would need to get fetched and output.
Although support for the core playlist shortcode was added in #954 I'm seeing a fairly unattractive implementation that doesn't match with what I see in that PR.
On a vanilla WP install I have a post with the following content:
Which is rendered like so in twentyseventeen:
The AMP (paired) playlist is rendered like so:
It looks like maybe the styles are missing - snipped out by the transformer maybe?
The text was updated successfully, but these errors were encountered: