<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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>Support Forum - Tag: video - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/video</link>
		<description>Support Forum - Tag: video - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 12:50:54 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/tags/video" rel="self" type="application/rss+xml" />

		<item>
			<title>tlow87 on "Video Displaying Improperly"</title>
			<link>http://www.kriesi.at/support/topic/video-displaying-improperly#post-107621</link>
			<pubDate>Sun, 28 Apr 2013 00:27:49 +0000</pubDate>
			<dc:creator>tlow87</dc:creator>
			<guid isPermaLink="false">107621@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;That worked!! Thanks Devin.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Video Displaying Improperly"</title>
			<link>http://www.kriesi.at/support/topic/video-displaying-improperly#post-107142</link>
			<pubDate>Thu, 25 Apr 2013 02:37:49 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">107142@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi tlow87,&#60;/p&#62;
&#60;p&#62;Try changing the size of the video iframe first since that height is what is setting its height. Otherwise, Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .flex_column .embed-youtube iframe {
width: auto !important;
height: auto !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tlow87 on "Video Displaying Improperly"</title>
			<link>http://www.kriesi.at/support/topic/video-displaying-improperly#post-106964</link>
			<pubDate>Wed, 24 Apr 2013 04:56:38 +0000</pubDate>
			<dc:creator>tlow87</dc:creator>
			<guid isPermaLink="false">106964@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;No luck there :(
&#60;/p&#62;</description>
		</item>
		<item>
			<title>achieve1 on "Video / Fixed Image"</title>
			<link>http://www.kriesi.at/support/topic/video-fixed-image#post-106883</link>
			<pubDate>Tue, 23 Apr 2013 19:27:56 +0000</pubDate>
			<dc:creator>achieve1</dc:creator>
			<guid isPermaLink="false">106883@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks so much Devin, that helps a lot!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Video / Fixed Image"</title>
			<link>http://www.kriesi.at/support/topic/video-fixed-image#post-106877</link>
			<pubDate>Tue, 23 Apr 2013 19:15:23 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">106877@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You can target any single page on your site by using its page id which is added as a class on that page. For the home, the class selector is .home so you could target the home page specifically with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top.home #main .container {
background-image: url(http://realestatelistings-toronto.ca/wp-content/uploads/2013/04/Seving-Toronto-white.png);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 95% 10%;
background-color: #ffffff;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;For another page you would do something like:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top.page-id-44 .someotherclass {
color: #333;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;where the page id for that specific page is 44.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Video Displaying Improperly"</title>
			<link>http://www.kriesi.at/support/topic/video-displaying-improperly#post-106847</link>
			<pubDate>Tue, 23 Apr 2013 17:02:41 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">106847@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Try to add this on your custom.css&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.embed-youtube iframe {
max-height: 70%;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tlow87 on "Video Displaying Improperly"</title>
			<link>http://www.kriesi.at/support/topic/video-displaying-improperly#post-106824</link>
			<pubDate>Tue, 23 Apr 2013 15:07:33 +0000</pubDate>
			<dc:creator>tlow87</dc:creator>
			<guid isPermaLink="false">106824@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;In the code below, you can see that the blog preview (regardless of style) displays the videos at full height (width is cropped). This is a Latest Blog posts content element of the Video category within a half column.&#60;/p&#62;
&#60;p&#62;Website URL: &#60;a href=&#34;http://thehoustonfreethinkers.com/hft&#34; rel=&#34;nofollow&#34;&#62;http://thehoustonfreethinkers.com/hft&#60;/a&#62;&#60;br /&#62;
Screenshot: &#60;img src=&#34;http://image.bayimg.com/7d6e303c48e79ef8d7b520b61e63b78e925fc3a1.jpg&#34;&#62;&#60;/p&#62;
&#60;p&#62;Just started doing this today. Any ideas?&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;div class=&#34;big-preview single-big&#34;&#38;gt;&#60;br /&#62;
&#38;lt;span class=&#34;embed-youtube&#34; style=&#34;text-align:center; display: block;&#34;&#38;gt;&#60;br /&#62;
&#38;lt;iframe class=&#34;youtube-player&#34; type=&#34;text/html&#34; width=&#34;1500&#34; height=&#34;874&#34; src=&#34;http://www.youtube.com/embed/Pdk0z_rSt_g?version=3&#38;amp;rel=1&#38;amp;fs=1&#38;amp;showsearch=0&#38;amp;showinfo=1&#38;amp;iv_load_policy=1&#38;amp;wmode=transparent&#34; frameborder=&#34;0&#34;&#38;gt;&#38;lt;/iframe&#38;gt;&#60;br /&#62;
&#38;lt;/span&#38;gt;&#60;br /&#62;
&#38;lt;/div&#38;gt;&#60;/code&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>achieve1 on "Video / Fixed Image"</title>
			<link>http://www.kriesi.at/support/topic/video-fixed-image#post-106669</link>
			<pubDate>Mon, 22 Apr 2013 18:46:36 +0000</pubDate>
			<dc:creator>achieve1</dc:creator>
			<guid isPermaLink="false">106669@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Devin,&#60;/p&#62;
&#60;p&#62;I did, but there's a problem. All the other pages are affected with the same adjustment, meaning the slideshows on other pages are &#34;pushed&#34; to the right.&#60;/p&#62;
&#60;p&#62;I changed the padding-left. It seems I need a way to center the video on that page. Any suggestions would be greatly appreciated.&#60;/p&#62;
&#60;p&#62;----&#60;br /&#62;
Could you also tell me - using the code I posted in my original note above, how would you do that for only one page and not an entire site please?&#60;/p&#62;
&#60;p&#62;-----&#60;br /&#62;
Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Video / Fixed Image"</title>
			<link>http://www.kriesi.at/support/topic/video-fixed-image#post-106613</link>
			<pubDate>Mon, 22 Apr 2013 12:47:59 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">106613@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi achieve1,&#60;/p&#62;
&#60;p&#62;It looks like you've got it figured out when looking at your site live now :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>achieve1 on "Video / Fixed Image"</title>
			<link>http://www.kriesi.at/support/topic/video-fixed-image#post-106536</link>
			<pubDate>Mon, 22 Apr 2013 03:21:45 +0000</pubDate>
			<dc:creator>achieve1</dc:creator>
			<guid isPermaLink="false">106536@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'm trying to get a video to center on the home page of my site. Is there a code I can use to center it?&#60;br /&#62;
&#60;a href=&#34;http://realestatelistings-toronto.ca/&#34; rel=&#34;nofollow&#34;&#62;http://realestatelistings-toronto.ca/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Failing that, I'm trying to add some text as an image to the right of the video fill the white space. I've figured out how to do it, except that of course it shows on all pages. Is there a way to add an image as I've done only on one page (home page).&#60;/p&#62;
&#60;p&#62;The CSS I used is&#60;br /&#62;
#main .container {&#60;br /&#62;
	background-image: url(http://realestatelistings-toronto.ca/wp-content/uploads/2013/04/Seving-Toronto-white.png);&#60;br /&#62;
	background-repeat: no-repeat;&#60;br /&#62;
	background-attachment: scroll;&#60;br /&#62;
	background-position: 95% 10%;&#60;br /&#62;
	background-color: #ffffff;&#60;/p&#62;
&#60;p&#62;Your assistance is greatly appreciated!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Adding Video To Portfolio"</title>
			<link>http://www.kriesi.at/support/topic/adding-video-to-portfolio#post-103245</link>
			<pubDate>Wed, 27 Mar 2013 06:34:53 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">103245@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; No, Flashlight does not support videos or iframes in the slideshow. You can use the embed shortcode: &#60;a href=&#34;http://codex.wordpress.org/Embeds&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Embeds&#60;/a&#62; in the post content though. &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>msmazza on "Adding Video To Portfolio"</title>
			<link>http://www.kriesi.at/support/topic/adding-video-to-portfolio#post-103164</link>
			<pubDate>Tue, 26 Mar 2013 14:54:46 +0000</pubDate>
			<dc:creator>msmazza</dc:creator>
			<guid isPermaLink="false">103164@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Does the solution here also apply to Flashlight theme?&#60;br /&#62;
Mike
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Eunoia Video Player"</title>
			<link>http://www.kriesi.at/support/topic/eunoia-video-player#post-103141</link>
			<pubDate>Tue, 26 Mar 2013 12:12:43 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">103141@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Not that I can see no. The height automatically gets set (which will be the same as the width) to adjust the video size, so the controls get pushed down to that slideshow container height.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>manatama on "Eunoia Video Player"</title>
			<link>http://www.kriesi.at/support/topic/eunoia-video-player#post-103041</link>
			<pubDate>Mon, 25 Mar 2013 23:21:55 +0000</pubDate>
			<dc:creator>manatama</dc:creator>
			<guid isPermaLink="false">103041@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Devin,&#60;/p&#62;
&#60;p&#62;The video resizes correctly, however the container still pushes down the navigation (dots) far away below the video.&#60;/p&#62;
&#60;p&#62;Any idea how to fix this?&#60;/p&#62;
&#60;p&#62;Thanks for your help,&#60;/p&#62;
&#60;p&#62;Dhani
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Video Overview in thumbnail"</title>
			<link>http://www.kriesi.at/support/topic/video-overview-in-thumbnail#post-103025</link>
			<pubDate>Mon, 25 Mar 2013 21:09:41 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">103025@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Lamaci,&#60;/p&#62;
&#60;p&#62;The effect from videocopilot isn't something we could help you add in. You would have to look into a freelance developer for something like that.&#60;/p&#62;
&#60;p&#62;If you don't want the video to be playable in the thumbnail, you need to first add a preview image to each video item so that the portfolio item has 2 items: the preview thumbnail and the video. Then go into your Theme Options&#38;gt;Layout and Settings and choose the Slideshow Behavior on overview pages to make only a single image display on overview pages but not on the single item page.&#60;/p&#62;
&#60;p&#62;This will make it so that the first image in the portfolio isn't displayed on the actual single item page but also so that the video won't be playable in the thumbnail.&#60;/p&#62;
&#60;p&#62;As far as I know, this is the only way to achieve this.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Lamaci on "Video Overview in thumbnail"</title>
			<link>http://www.kriesi.at/support/topic/video-overview-in-thumbnail#post-102985</link>
			<pubDate>Mon, 25 Mar 2013 18:12:50 +0000</pubDate>
			<dc:creator>Lamaci</dc:creator>
			<guid isPermaLink="false">102985@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;i'm just finishing my website and i need finish some details.&#60;br /&#62;
My site is about after effects tutorials and i would like to have video overview in thubmanil.&#60;br /&#62;
If i move my cursor on thumbnail, then portfolio thumbnail will pop up and show preview of tutorial.&#60;/p&#62;
&#60;p&#62;I mean this hover effect on tutorials:&#60;br /&#62;
&#60;a href=&#34;http://www.videocopilot.net/tutorials/&#34; rel=&#34;nofollow&#34;&#62;http://www.videocopilot.net/tutorials/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Is there any chance to do this?:)&#60;/p&#62;
&#60;p&#62;Also i would like to know how to cancel video preview in thumbnail.&#60;br /&#62;
When i click on my thumbnail it will start playing video but i want to link that tutorial on detail.&#60;br /&#62;
&#60;a href=&#34;http://www.2i.sk/318f1c36e5&#34; rel=&#34;nofollow&#34;&#62;http://www.2i.sk/318f1c36e5&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Lamaci
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Youtube HD"</title>
			<link>http://www.kriesi.at/support/topic/youtube-hd#post-102674</link>
			<pubDate>Fri, 22 Mar 2013 16:23:35 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">102674@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad you were able to find a working solution! I only saw that the hd=1 or hd=0 method was no longer supported and not that you could use video quality as a parameter for the iframe so I'll take note of it :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Lamaci on "Youtube HD"</title>
			<link>http://www.kriesi.at/support/topic/youtube-hd#post-102664</link>
			<pubDate>Fri, 22 Mar 2013 15:05:57 +0000</pubDate>
			<dc:creator>Lamaci</dc:creator>
			<guid isPermaLink="false">102664@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;After 2 hours i found solution - sharing youtube in HD in regular visual editor ALSO in PORTFOLIO and SLIDER!&#60;/p&#62;
&#60;p&#62;here is the right code for everyone: (youtube HD)&#60;br /&#62;
&#38;lt;iframe src=&#34;https://www.youtube.com/embed/Esj5juUzhpU?vq=hd720&#34; width=&#34;940&#34; height=&#34;480&#34;&#38;gt;&#38;lt;/iframe&#38;gt;&#60;/p&#62;
&#60;p&#62;Also code with different color player and HD stream! (working)&#60;br /&#62;
&#38;lt;iframe src=&#34;https://www.youtube.com/embed/Esj5juUzhpU?theme=light&#38;amp;color=red?vq=hd720&#34; width=&#34;940&#34; height=&#34;480&#34;&#38;gt;&#38;lt;/iframe&#38;gt;&#60;/p&#62;
&#60;p&#62;Thank you,&#60;br /&#62;
Denis
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Youtube HD"</title>
			<link>http://www.kriesi.at/support/topic/youtube-hd#post-102661</link>
			<pubDate>Fri, 22 Mar 2013 14:55:37 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">102661@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;It looks like the new iframe way no longer supports forcing HD at all anymore. This was a change from google/youtube so if want to force HD, you would need to use the old embed code.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Lamaci on "Youtube HD"</title>
			<link>http://www.kriesi.at/support/topic/youtube-hd#post-102658</link>
			<pubDate>Fri, 22 Mar 2013 14:47:12 +0000</pubDate>
			<dc:creator>Lamaci</dc:creator>
			<guid isPermaLink="false">102658@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I've try this embed code with write URL but nothing work... Also i've try embed on my blog with right code but still my video is sharing only in 360p :X... any ideas?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Youtube HD"</title>
			<link>http://www.kriesi.at/support/topic/youtube-hd#post-102645</link>
			<pubDate>Fri, 22 Mar 2013 13:21:29 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">102645@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Denis,&#60;/p&#62;
&#60;p&#62;The size is set based on the container size. So in the portfolio, it adjusts to the grid size there, in the slider it adjusts to that size. Even then it wouldn't necessarily auto set the video to HD since the HD is only set at almost fullscreen size.&#60;/p&#62;
&#60;p&#62;If you absolutely need to force HD, then I would suggest not adding the video to the theme slidshow areas and instead just embed it into the regular visual editor and set the iframe size to the full page width or content width of the page its set on.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Lamaci on "Youtube HD"</title>
			<link>http://www.kriesi.at/support/topic/youtube-hd#post-102629</link>
			<pubDate>Fri, 22 Mar 2013 12:36:25 +0000</pubDate>
			<dc:creator>Lamaci</dc:creator>
			<guid isPermaLink="false">102629@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello Dude,&#60;/p&#62;
&#60;p&#62;yes i understund but how can i change my video player size? Because you can only add video without any URL config. If you put URL with any changes you get this: &#60;a href=&#34;http://imgupload.sk/images/1/m/1mvzpm87eidbqkpifd2u.png&#34; rel=&#34;nofollow&#34;&#62;http://imgupload.sk/images/1/m/1mvzpm87eidbqkpifd2u.png&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;How can i set my video to right size in portfolio section also in index slider?&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Denis
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Youtube HD"</title>
			<link>http://www.kriesi.at/support/topic/youtube-hd#post-102579</link>
			<pubDate>Fri, 22 Mar 2013 06:41:45 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">102579@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Afaik Youtube will use embed the right video version based on the screen resolution: &#60;a href=&#34;http://productforums.google.com/forum/#&#34; rel=&#34;nofollow&#34;&#62;http://productforums.google.com/forum/#&#60;/a&#62;!category-topic/youtube/sharing-and-connecting-on-youtube/ho_J-fqcprk &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Eunoia Video Player"</title>
			<link>http://www.kriesi.at/support/topic/eunoia-video-player#post-102506</link>
			<pubDate>Thu, 21 Mar 2013 20:27:07 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">102506@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yes, that code is for a single video height only. Otherwise it would be a completely different solution.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Blackthorns on "Ajax call on a specific element ?"</title>
			<link>http://www.kriesi.at/support/topic/ajax-call-on-a-specific-element#post-102397</link>
			<pubDate>Thu, 21 Mar 2013 11:22:53 +0000</pubDate>
			<dc:creator>Blackthorns</dc:creator>
			<guid isPermaLink="false">102397@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, thx !&#60;br /&#62;
I changed my css like that :&#60;/p&#62;
&#60;p&#62;.safari #ProductWrapper ul.products-rub li#menu-item-3568:hover,&#60;br /&#62;
.safari #ProductWrapper ul.products-rub li#menu-item-3514:hover {-webkit-animation: cremeTranslateX 5s infinite ease-out !important;}&#60;/p&#62;
&#60;p&#62;and it finally worked ! I think there was a bug with the cubic-bezier property...&#60;/p&#62;
&#60;p&#62;Regards
&#60;/p&#62;</description>
		</item>
		<item>
			<title>manatama on "Eunoia Video Player"</title>
			<link>http://www.kriesi.at/support/topic/eunoia-video-player#post-102332</link>
			<pubDate>Wed, 20 Mar 2013 22:37:14 +0000</pubDate>
			<dc:creator>manatama</dc:creator>
			<guid isPermaLink="false">102332@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Devin,&#60;/p&#62;
&#60;p&#62;I've tried this and it's quite a good fix.&#60;/p&#62;
&#60;p&#62;However the wrapper pushed down the navigation dots far away from the video, which I'd suspect it depends on the height of the next set of images.&#60;/p&#62;
&#60;p&#62;Any other fix I can implement?&#60;/p&#62;
&#60;p&#62;Or would it need to use some javascript to detect the video size every single navigation click?&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Dhani
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Youtube HD"</title>
			<link>http://www.kriesi.at/support/topic/youtube-hd#post-102236</link>
			<pubDate>Wed, 20 Mar 2013 12:28:53 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">102236@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Lamaci,&#60;/p&#62;
&#60;p&#62;It looks like the hd parameter is deprecated for embeds and can't be forced anymore. I tried a few tests but even just embedding an iframe using youtubes default code and adding the hd=1 parameter doesn't seem to do it anymore.&#60;/p&#62;
&#60;p&#62;You may want to just make a note to remind everyone to turn HD on.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Ajax call on a specific element ?"</title>
			<link>http://www.kriesi.at/support/topic/ajax-call-on-a-specific-element#post-102229</link>
			<pubDate>Wed, 20 Mar 2013 12:13:41 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">102229@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;For the Safari only CSS3 issue, my guess would be the webkit-transition is incorrect for safari specifically. I'm not completely sure but you could try adding in the delay in case safari has a bug with it just set at the default initial or separating them out. Or try setting the starting opacity to 1. I'm not aware specifically of a bug dealing with that either way but with cross browser issues who knows.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Lamaci on "Youtube HD"</title>
			<link>http://www.kriesi.at/support/topic/youtube-hd#post-101940</link>
			<pubDate>Mon, 18 Mar 2013 21:49:52 +0000</pubDate>
			<dc:creator>Lamaci</dc:creator>
			<guid isPermaLink="false">101940@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello Devin,&#60;/p&#62;
&#60;p&#62;it's portfolio item. If i can't add my video in HD is there any option to change video player?&#60;/p&#62;
&#60;p&#62;Denis
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Blackthorns on "Ajax call on a specific element ?"</title>
			<link>http://www.kriesi.at/support/topic/ajax-call-on-a-specific-element#post-101896</link>
			<pubDate>Mon, 18 Mar 2013 17:41:47 +0000</pubDate>
			<dc:creator>Blackthorns</dc:creator>
			<guid isPermaLink="false">101896@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi so here's my website : &#60;a href=&#34;http://massenez.com/&#34; rel=&#34;nofollow&#34;&#62;http://massenez.com/&#60;/a&#62; and when I was talking about full background videos it was for the cocktails pages such as : &#60;a href=&#34;http://massenez.com/en/her-cocktails/miss-massenez-cocktail/&#34; rel=&#34;nofollow&#34;&#62;http://massenez.com/en/her-cocktails/miss-massenez-cocktail/&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;I found how to autoplay the videos by appending them with javascript and not in post pages. This way, the videos always work.&#60;br /&#62;
Just on Safari, we can just see the poster pic, not the autoplay video loop... Why ?&#60;/p&#62;
&#60;p&#62;Also, when I hover &#34;Our products&#34;&#38;gt;&#34;Gammes Eaux-de-Vie Massenez&#34; or &#34;Gamme Crème et Liqueurs Massenez&#34; on Safari, the CSS3 animation doesn't work... Would you know why ?&#60;/p&#62;
&#60;p&#62;Thx
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
