<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>THE MOLITOR FORUMS &#187; Topic: Mobile integration</title>
		<link>http://www.themolitor.com/forums/topic/mobile-integration</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Mobile integration</description>
		<language>en-US</language>
		<pubDate>Fri, 01 May 2026 17:09:22 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.themolitor.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://www.themolitor.com/forums/rss/topic/mobile-integration" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Mobile integration"</title>
			<link>http://www.themolitor.com/forums/topic/mobile-integration#post-36829</link>
			<pubDate>Thu, 19 Nov 2015 10:39:54 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">36829@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>That is a side effect for making sure the video fits all screen resolutions. The amount of black you see is determined by the amount of space available for the video to display. When viewing the site on a mobile device in landscape orientation, there will be less black on the top and bottom of the video player for example.</p>
<p>Hope that helps explain the current behavior.</p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>videoreto on "Mobile integration"</title>
			<link>http://www.themolitor.com/forums/topic/mobile-integration#post-36825</link>
			<pubDate>Thu, 19 Nov 2015 01:08:05 +0000</pubDate>
			<dc:creator>videoreto</dc:creator>
			<guid isPermaLink="false">36825@http://www.themolitor.com/forums/</guid>
			<description><p>It did help indeed. Everything on the iPhone works perfectly, now. Only little beauty error would be the black bars on top and bottom of the 16:9 videoframe. They were there before, though. If i could get rid of those, that would be nice. Most vids play in 16:9.
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Mobile integration"</title>
			<link>http://www.themolitor.com/forums/topic/mobile-integration#post-36817</link>
			<pubDate>Wed, 18 Nov 2015 10:06:58 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">36817@http://www.themolitor.com/forums/</guid>
			<description><p>Let me know if that helps.</p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Mobile integration"</title>
			<link>http://www.themolitor.com/forums/topic/mobile-integration#post-36816</link>
			<pubDate>Wed, 18 Nov 2015 10:06:45 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">36816@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Your styling is overriding the responsive styling for the iframe. Try adding this to your Custom CSS box...</p>
<pre><code>@media screen and (max-width:900px) {
#video iframe,
#video object,
#videor embed {
    width: 100% !important;
    height: 100% !important;
}
}</code></pre></description>
		</item>
		<item>
			<title>videoreto on "Mobile integration"</title>
			<link>http://www.themolitor.com/forums/topic/mobile-integration#post-36807</link>
			<pubDate>Wed, 18 Nov 2015 01:22:13 +0000</pubDate>
			<dc:creator>videoreto</dc:creator>
			<guid isPermaLink="false">36807@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Chris</p>
<p>Yes, I am adding that to the Custom CSS box on the Customize page. I might have messed up the expressions: I mean styling. The code appeared to look like programming so i called it script ;-)</p>
<p>I just changed the design back to a video height (y) of 480 and 853 in x for you to try on your iPhone. I am sure it is reproducable if you tried with your own designs. The link is:<br />
<a href="http://www.redesign.tv/2015/10/07/fairway-filme-golfplatze-luftaufnahmen/" rel="nofollow">http://www.redesign.tv/2015/10/07/fairway-filme-golfplatze-luftaufnahmen/</a></p>
<p>If you went there normally, without the code line in the CSS box, you would see a Vimeo videoframe to play. Now you see a portion of the frame, it does not downscale responsively as without the code line in the CSS box.</p>
<p>Do you know why?</p>
<p>Thank you again for your help.</p>
<p>Best,</p>
<p>Reto
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Mobile integration"</title>
			<link>http://www.themolitor.com/forums/topic/mobile-integration#post-36786</link>
			<pubDate>Tue, 17 Nov 2015 10:18:22 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">36786@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Are you adding that to the Custom CSS box on the Customize page? Can you provide a link with that styling applied?</p>
<p>Just as a heads up to avoid confusion, that markup you posted above is referred to as "styling", not as a "script". "Script" is usually reserved for JavaScript markup. ;-)</p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>videoreto on "Mobile integration"</title>
			<link>http://www.themolitor.com/forums/topic/mobile-integration#post-36776</link>
			<pubDate>Tue, 17 Nov 2015 02:02:46 +0000</pubDate>
			<dc:creator>videoreto</dc:creator>
			<guid isPermaLink="false">36776@http://www.themolitor.com/forums/</guid>
			<description><p>Hello. I really liked this:</p>
<p>#video iframe, #video object, #video embed {<br />
    height: 365px;<br />
    width: 650px;<br />
}</p>
<p>to change the default video size. consequence is that after adding the script, safari on iphone cannot display the videos no more. even if you go back to the default size in the script (dimensions as above). i wanted mine to be a height of 480, which is perfect for browsers in computers. i have not tried yet the consequence on ipad but my page on iphone becomes unusable. so i deleted the script and everything works fine on the iphone again. any ideas?
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Mobile integration"</title>
			<link>http://www.themolitor.com/forums/topic/mobile-integration#post-35135</link>
			<pubDate>Mon, 06 Jul 2015 08:51:35 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">35135@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Can you provide more details? </p>
<p>Is it behaving differently than the demo site? Reference: <a href="http://themes.themolitor.com/producer" rel="nofollow">http://themes.themolitor.com/producer</a></p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>filmkzp on "Mobile integration"</title>
			<link>http://www.themolitor.com/forums/topic/mobile-integration#post-35129</link>
			<pubDate>Sat, 04 Jul 2015 06:41:19 +0000</pubDate>
			<dc:creator>filmkzp</dc:creator>
			<guid isPermaLink="false">35129@http://www.themolitor.com/forums/</guid>
			<description><p>Actually, regarding my last post, it's only a problem on Safari on iPhone. The mobile site on android devices seems fine.
</p></description>
		</item>
		<item>
			<title>filmkzp on "Mobile integration"</title>
			<link>http://www.themolitor.com/forums/topic/mobile-integration#post-35128</link>
			<pubDate>Sat, 04 Jul 2015 05:08:16 +0000</pubDate>
			<dc:creator>filmkzp</dc:creator>
			<guid isPermaLink="false">35128@http://www.themolitor.com/forums/</guid>
			<description><p>Hi,</p>
<p>I just updated my website with the latest Producer upgrade, and the mobile site is now complete busted. The producer mobile experience was always poor, but not it is unusable. Please advised. <a href="http://www.bridgingstories.com" rel="nofollow">http://www.bridgingstories.com</a>.
</p></description>
		</item>

	</channel>
</rss>
