<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>

		<title>jPlayer Full Screen Issue &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/jplayer-full-screen-issue/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/jplayer-full-screen-issue/feed/</link>
		<description></description>
		<lastBuildDate>Sat, 15 Nov 2025 04:18:06 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/jplayer-full-screen-issue/#post-62408</guid>
					<title><![CDATA[jPlayer Full Screen Issue]]></title>
					<link>https://theme.co/archive/forums/topic/jplayer-full-screen-issue/#post-62408</link>
					<pubDate>Sat, 28 Jun 2014 14:28:17 +0000</pubDate>
					<dc:creator>Tony E</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>I added full screen button to jPlayer, Sample: <a href="http://www.tiikoni.com/tis/view/?id=73e53b8" rel="nofollow">http://www.tiikoni.com/tis/view/?id=73e53b8</a><br />
when i click the button it works but only audio playing, the video is greyed: <a href="http://www.tiikoni.com/tis/view/?id=315bf14" rel="nofollow">http://www.tiikoni.com/tis/view/?id=315bf14</a></p>
<p>/function/global/featured.php</p>
<pre><code>&lt;ul style=&quot;background:none;position:relative;right:35px;float:right;&quot; class=&quot;jp-controls&quot;&gt;
&lt;li&gt;&lt;a href=&quot;#&quot; class=&quot;jp-full-screen&quot;&gt;&lt;i class=&quot;x-icon-arrows-alt&quot;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/li&gt;	
&lt;/ul&gt;</code></pre>
<p>Regards,<br />
Tony</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/jplayer-full-screen-issue/#post-62700</guid>
					<title><![CDATA[Reply To: jPlayer Full Screen Issue]]></title>
					<link>https://theme.co/archive/forums/topic/jplayer-full-screen-issue/#post-62700</link>
					<pubDate>Sun, 29 Jun 2014 16:32:05 +0000</pubDate>
					<dc:creator>Mrinal</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Tony, </p>
<p>Can you please share your website URL here instead of image screenshot? As this issue needs to be investigated more. </p>
<p>Thanks! </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/jplayer-full-screen-issue/#post-62722</guid>
					<title><![CDATA[Reply To: jPlayer Full Screen Issue]]></title>
					<link>https://theme.co/archive/forums/topic/jplayer-full-screen-issue/#post-62722</link>
					<pubDate>Sun, 29 Jun 2014 18:11:16 +0000</pubDate>
					<dc:creator>Tony E</dc:creator>

					<description>
						<![CDATA[
						<p>Here you go <a href="http://173.230.173.132/videos/" rel="nofollow">http://173.230.173.132/videos/</a></p>
<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/jplayer-full-screen-issue/#post-63019</guid>
					<title><![CDATA[Reply To: jPlayer Full Screen Issue]]></title>
					<link>https://theme.co/archive/forums/topic/jplayer-full-screen-issue/#post-63019</link>
					<pubDate>Mon, 30 Jun 2014 11:42:48 +0000</pubDate>
					<dc:creator>Mrinal</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Tony, </p>
<p>You need to allow fullscreen (<strong>webkitAllowFullScreen mozallowfullscreen allowFullScreen</strong>) for the videos shortcodes, example shortcode:<br />
<code>[x_video_embed]&lt;iframe src=&quot;http://embed.ted.com/talks/reggie_watts_disorients_you_in_the_most_entertaining_way.html&quot; width=&quot;560&quot; height=&quot;315&quot; frameborder=&quot;0&quot; scrolling=&quot;no&quot; webkitAllowFullScreen mozallowfullscreen allowFullScreen&gt;&lt;/iframe&gt;[/x_video_embed]</code></p>
<p>How did placed your video shortcodes in the site? Check this: <a href="http://theme.co/x/demo/integrity/1/shortcodes/responsive-video/" rel="nofollow">http://theme.co/x/demo/integrity/1/shortcodes/responsive-video/</a> Fullscreen videos are showing perfect here. </p>
<p>Can we&#8217;ve login info of your site here? as a private reply if you can&#8217;t resolve the issue even after following the above example, so we can take a look to it. </p>
<p>Have a nice day, Cheers!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/jplayer-full-screen-issue/#post-63091</guid>
					<title><![CDATA[Reply To: jPlayer Full Screen Issue]]></title>
					<link>https://theme.co/archive/forums/topic/jplayer-full-screen-issue/#post-63091</link>
					<pubDate>Mon, 30 Jun 2014 15:07:34 +0000</pubDate>
					<dc:creator>Tony E</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>I am using video portfolio MP4 File URL, Anyways the code below solved the issue by Using the Browsers’ New HTML5 Fullscreen Capabilities.</p>
<pre><code>  &lt;script&gt;

 function goFullscreen(id) {
    // Get the element that we want to take into fullscreen mode
    var element = document.getElementById(id);
    
    // These function will not exist in the browsers that don&#039;t support fullscreen mode yet, 
    // so we&#039;ll have to check to see if they&#039;re available before calling them.
    
    if (element.mozRequestFullScreen) {
      // This is how to go into fullscren mode in Firefox
      // Note the &quot;moz&quot; prefix, which is short for Mozilla.
      element.mozRequestFullScreen();
    } 
	 if (element.msRequestFullscreen) {
      // This is how to go into fullscren mode in IE
        element.msRequestFullscreen();
    }
	
	else if (element.webkitRequestFullScreen) {
      // This is how to go into fullscreen mode in Chrome and Safari
      // Both of those browsers are based on the Webkit project, hence the same prefix.
      element.webkitRequestFullScreen();
   }
   // Hooray, now we&#039;re in fullscreen mode!
  }
  
   &lt;/script&gt;

  &lt;div id=&quot;x_jplayer_&lt;?php echo $entry_id; ?&gt;&quot; class=&quot;jp-jplayer-video&quot;&gt;&lt;/div&gt;
  &lt;ul class=&quot;jp-controls&quot;&gt;
  &lt;li&gt;&lt;a href=&quot;#&quot; class=&quot;jp-play&quot; tabindex=&quot;1&quot;&gt;&lt;span&gt;Play&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;#&quot; class=&quot;jp-pause&quot; tabindex=&quot;1&quot;&gt;&lt;span&gt;Pause&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li class=&quot;full&quot;&gt;&lt;a href=&quot;#&quot; onclick=&quot;goFullscreen(&#039;x_jplayer_&lt;?php echo $entry_id; ?&gt;&#039;);&quot;&gt;&lt;i class=&quot;x-icon-arrows-alt&quot; &gt;&lt;/i&gt;&lt;/a&gt;&lt;/li&gt;
  &lt;li class=&quot;jp-current-time&quot;&gt;&lt;/li&gt;
  &lt;/ul&gt;</code></pre>
<p><a href="http://www.assyriantv.net/videos/" rel="nofollow">http://www.assyriantv.net/videos/</a></p>
<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/jplayer-full-screen-issue/#post-63535</guid>
					<title><![CDATA[Reply To: jPlayer Full Screen Issue]]></title>
					<link>https://theme.co/archive/forums/topic/jplayer-full-screen-issue/#post-63535</link>
					<pubDate>Tue, 01 Jul 2014 13:05:16 +0000</pubDate>
					<dc:creator>Kosher K</dc:creator>

					<description>
						<![CDATA[
						<p>Your Welcome</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

