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
- This topic has 3 replies, 2 voices, and was last updated 13 years, 11 months ago by
wpCommerce.
-
AuthorPosts
-
December 8, 2011 at 2:09 pm #4980
paulwbrowning
MemberI 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
December 9, 2011 at 3:55 am #39427wpCommerce
ModeratorHi, 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.
December 10, 2011 at 11:24 am #39428paulwbrowning
MemberI 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
December 11, 2011 at 3:44 am #39429wpCommerce
ModeratorThe 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"] -
AuthorPosts
- You must be logged in to reply to this topic.