- This topic has 1 reply, 2 voices, and was last updated 9 years ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP Lightbox Ultimate › Lightbox for the video (from media library) does not show any placeholder image
I get a black lightbox window with the video play button opening the lightbox.
I use this shortcode:
[wp_lightbox_mp4_video link="http://photo-muc.de/wp-content/uploads/2015/11/Create.mp4" width="640" height="360" source="http://photo-muc.de/wp-content/uploads/2015/11/create.png"]
The create.png is an small image acting as a button.
I’m looking for a way to show a placeholder image instead of the black pane; ideally the first (or a selectable) frame. Or an image from the media library.
Is there any property controlling that I could add to the shortcode?
I browsed the documentation several times, and also searched the forum and checked the FAQ’s, to no avail.
Besides this issue, the plugin works nicely
Hi, You can specify a poster image in the shortcode. For example:
[wp_lightbox_mp4_video link="http://photo-muc.de/wp-content/uploads/2015/11/Create.mp4" width="640" height="360" source="http://photo-muc.de/wp-content/uploads/2015/11/create.png" poster="http://photo-muc.de/wp-content/uploads/2015/11/poster.jpg"]