XF 1.5 Deleting a post with an embedded YouTube video

jauburn

Well-known member
Not sure whether this is a bug or something specific to my computer/video card, but here goes.

When I select a post that contains an embedded video from YouTube, the image of the embedded video covers xenforo's pop-up deletion box. See image.

deleteposts.webp
 
I believe you're using an older or non-standard version of the YouTube media site embed HTML. The current version is:
Code:
<iframe width="500" height="300" src="https://www.youtube.com/embed/{$id}?wmode=opaque" frameborder="0" allowfullscreen></iframe>
Using that should fix it.
 
Top Bottom