View Single Post
Old 11-13-2015, 07:26 PM  
rowan
Too lazy to set a custom title
 
Join Date: Mar 2002
Location: Australia
Posts: 17,393
I guess this is the problem... GFY embeds the Youtube player as a flash application:

Code:
<embed src="https://youtube.com/v/t7tA3NNKF0Q?autoplay=0" type="application/x-shockwave-flash" width="425" height="350"></embed>
Whereas other sites embed an iframe which allows Youtube to choose the correct way to present it:

Code:
<iframe allowfullscreen="" frameborder="0" height="360" src="https://www.youtube.com/embed/m4s_mSAbk4I?enablejsapi=1&amp;" width="640"></iframe>
rowan is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote