I use WordPress oEmbed and YouTube Videos.
With embedded videos and use of wp jquery lightbox, the image is not placed in the foreground.
I use WordPress oEmbed and YouTube Videos.
With embedded videos and use of wp jquery lightbox, the image is not placed in the foreground.
It's an issue of z-ordering. Fix your CSS. http://wordpress.org/extend/plugins/wp-jquery-lightbox/faq/
okay, at which place?
here?
#lightbox{
position: absolute;
left: 0;
width: 100%;
z-index: 10100;/*twentyeleven keeps the header at 999...*/
text-align: center;
line-height: 0;
}No. Fix *your* css. Editing the plugin css makes no sense as it is overwritten whenever there's a new release.
Just set the z-index of the youtube thingy to something below lightbox'. (eg. < 10100)
hmmm, in my theme is no youtube code.
YouTube and oEmbed ist WordPress standard
see here
http://codex.wordpress.org/Embeds
The old version of WP jQuery Lightbox worked fine!
Then check your HTML for whatever id or class the youtube-thingy uses and augment your CSS to adress it.
Hello, i like this plugin because it shows automatically new images in lightbox.
But how can i display video with this plugin?
I am beginner, sorry.
This is not the droid you're looking for. (It doesn't do video.)
do you know which one does video? or will this feature come in the future?
regards
You must log in to post.