I’m back guys,
After trying your trick Ryan (which didn’t work for me).
But I used the idea and got an similar solution,
When embedding your video add a “thumbnail” to your post(it has to be a thumbnail). then in you style.css add these:
.size-thumbnail{
visibility:hidden !important;
height:0;
width:0;
margin:0;
float:left;
}
“.size-thumbnail” being the class generated by wordpress for each thumbnail post via the “upload/insert media” at the top left corner of your post box. I only use the media library ! not NextGen or other plugins to upload images on my blog:
You can check the class generated using firebug anyway
Only tested in Firefox so far but it should be fine for IE
I hope it made sense