- This topic has 3 replies, 2 voices, and was last updated 12 years, 11 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 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 Ultimate – Overlay is not opening in the preferred width and height
Tagged: lightbox ultimate video
I have two sites using WP Lighbox ultimate.
Both displaying exactly the same video via Amazon S3 and both sites have the same setting for window at 700×400. First site displays video perfectly but second won’t change the window size even though set to 700×400.
Only difference is first site (working well) is using v1.4.5 and my new site is using v1.4.9.
http://www.in60days.net/members/days-1-to-10/day-1-osi/
Regards
Paul
Hi, Are you using the same shortcode on two sites? Please provide the following information:
1. The exact shortcode you are using on two sites.
2. separate page links to two sites.
I see what is hapening now..I put in the s3 from image shorcode but it seems to default to 640×480 even though my master settings for video are 700×400. I suppose I can keep manually changing it.
[wp_lightbox_protected_s3_video name=”h264-encoded-video.mp4″ bucket=”my-video-container” width=”640″ height=”480″ source=”http://www.example.com/anchor-image.jpg”%5D
The plugin takes the width and height from the settings only if you don’t specify it fully in the shortcode. For example: either the width or height is empty, both the width and height are empty.
In your case if you use the shortcode in one of the following formats the plugin will take the width and height from the settings.
Example-1: keeping the width empty
[wp_lightbox_protected_s3_video name="h264-encoded-video.mp4" bucket="my-video-container" width="" height="480" source="http://www.example.com/anchor-image.jpg"]
Example-2: keeping the height empty
[wp_lightbox_protected_s3_video name="h264-encoded-video.mp4" bucket="my-video-container" width="640" height="" source="http://www.example.com/anchor-image.jpg"]
Example-3: keeping the width and height empty
[wp_lightbox_protected_s3_video name="h264-encoded-video.mp4" bucket="my-video-container" width="" height="" source="http://www.example.com/anchor-image.jpg"]