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
I am testing it out. Adding the height makes the player visible.
I also noticed doing an inspect element that this css is already in place:
audio, canvas, img, svg, video {
max-width: 100%;
height: auto;
box-sizing: border-box;
}
Perhaps we need to add a min-height: 50px; to the original Beans CSS code located here:
It is in relation to this issue at the Gutenberg repository:
WordPress/gutenberg#11447
I just tested Twenty Seventeen and notice the audio controls showing up there. It is not showing up in the Beans child theme I am using.
The text was updated successfully, but these errors were encountered: