Tips and Tricks HQ Support Portal › Forums › WP Lightbox Ultimate › Video screen cut in half
- This topic has 5 replies, 4 voices, and was last updated 13 years, 3 months ago by wpCommerce.
-
AuthorPosts
-
April 21, 2011 at 5:18 am #3214jpnewtonMember
Plugin installed correctly and I am pulling .flv videos from my S3 bucket. Here’s a bit of a problem — no matter what height and width I specify in the setup and in the code, it displays the video player window as a narrow window, cutting the video by over half.
For example:
[wp_lightbox_special_anchor_text_flv_video link=”http://xxx.xxx.s3.amazonaws.com/wordpress.videos/1.1.domain-name.flv” width=640
height=480 title=”How to Register a Domain Name” text=”How to Register a Domain Name”]
[wp_lightbox_special_anchor_text_flv_video link=”http://xxx.xxx.s3.amazonaws.com/wordpress.videos/1.1.domain-name.flv” width=720
height=405 title=”How to Register a Domain Name” text=”How to Register a Domain Name”]
Both launch and start playing, but the player screen is cut in half.
Here’s a screen shot:
April 21, 2011 at 9:02 am #31606amin007ParticipantWhat width and height value do you have in your general settings of the plugin? Can you please post a link to the page where you embedded the video?
April 21, 2011 at 9:20 pm #31607jpnewtonMemberThe general setting are the same as the last video — width=720 height=405
Here’s a link: http://topagentvault.com/wishlist-member-1/online-marketing/your-blog/
Here’s the actual code on the page post:
<table width=”625″ border=”0″ cellspacing=”5″ cellpadding=”5″>
<tr>
<td width=”119″><img src=”http://topagentvault.com/files/Film100x119.png” border=”0″ width=”119″ height=”100″ /></td>
<td width=”465″><p>
[wp_lightbox_special_anchor_text_flv_video link=”http://d13vfvm2u0xjou.cloudfront.net/wordpress.videos/1.1.domain-name.flv” width=720
height=405 title=”How to Register a Domain Name” text=”How to Register a Domain Name”]
Duration: 8 mins 53 secs</p>
In this video, we’re going to take a look at how to register your domain names, and I’m going to show you the process of getting domain names through some of the most popular websites on the Internet, which is GoDaddy.com and NameCheap.com. So let’s start with GoDaddy.com.
</td>
</tr>
<tr>
<td><img src=”http://topagentvault.com/files/Film100x119.png” width=”119″ height=”100″ /></td>
<td><p>
[wp_lightbox_special_anchor_text_flv_video link=”http://tav.blog.s3.amazonaws.com/wordpress.videos/1.1.domain-name.flv” width=720
height=405 title=”How to Register a Domain Name” text=”How to Register a Domain Name”]
Duration: 8 mins 53 secs</p>
In this video, we’re going to take a look at how to register your domain names, and I’m going to show you the process of getting domain names through some of the most popular websites on the Internet, which is GoDaddy.com and NameCheap.com. So let’s start with GoDaddy.com. </td>
</tr>
<tr>
<td><img src=”http://topagentvault.com/files/Film100x119.png” border=”0″ width=”119″ height=”100″ /></td>
<td>xxxxx</td>
</tr>
</table>
April 22, 2011 at 2:23 am #31608amin007ParticipantSomehow the PDF document is creating new lines in the shortcode rather than wrapping it.
Please copy and paste the following shortcode and let me know how it goes:
[wp_lightbox_special_anchor_text_flv_video link="http://d13vfvm2u0xjou.cloudfront.net/wordpress.videos/1.1.domain-name.flv" title="How to Register a Domain Name" text="How to Register a Domain Name"]
August 11, 2011 at 10:42 pm #31609drmartinjr3iMemberI was having same issue – issue is code being copied and pasted into wordpress from the manual – make sure that width is on same line as flv” and there is one space in between it where all line breaks in html view are natural – i.e. you did not hit enter – double check by doing backspace on any lines that wrap (add back in code if you delete text)- don’t know why but this worked after hours of trying to figure it out
flv” width=720
August 12, 2011 at 12:23 am #31610wpCommerceModeratorWe have updated the shortcode reference guide so you shouldn’t have issue with copying the shortcode anymore. Besides there is a “shortcode inserter” button in the visual editor which you can use to insert shortcode to a post/page directly.
-
AuthorPosts
- You must be logged in to reply to this topic.