Same here, on my site the problem is, my site is running with https only and the “standard” youtube shortcode doesnt support https.
I just switch to youtube advanced shortcode and force https, now all videos are back again.
I ran into the same problem. A height:0px is being forced on it for some reason. Quick fix on my end:
.su-youtube iframe {
height: 100% !important;
}
I added this to my own special css sheet called under the wp head. Displays the video for me now.
i have the same problem… it happened few days ago.
unfortunately the css quick fix doesnt work for me.
still waiting for a solution.
Thnaks
I was having the same problem but I think that it was because, for the URL, I was using the shortlink i.e. the link created by YouTube when you click the “Share” button. I went back and cut and paste the actual URL from the address bar and used THAT in the shortcode generator instead…and it worked perfectly.
Give it a try and see if it works for you.