jauburn Well-known member Aug 29, 2015 #1 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.
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.
jauburn Well-known member Aug 29, 2015 #2 Update: this appears to be an issue only with IE 11. Upvote 0 Downvote
Mike XenForo developer Staff member Aug 29, 2015 #3 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. Upvote 0 Downvote
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.