<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Video loop in a site landing page option?</title><link>https://community.appian.com/discussions/f/user-interface/38008/video-loop-in-a-site-landing-page-option</link><description>We currently support a site with a static image on entry for our internal users and customers. I was wondering if it&amp;#39;s possible to have a video loop play in the background on entry navigation in Appian before progressing into the applications? 
 As an</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Video loop in a site landing page option?</title><link>https://community.appian.com/thread/143005?ContentTypeID=1</link><pubDate>Fri, 22 Nov 2024 03:28:47 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d323e43c-ff53-4712-a946-619e1cbf5702</guid><dc:creator>joet0002</dc:creator><description>&lt;p&gt;Excellent! Thank you all!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Video loop in a site landing page option?</title><link>https://community.appian.com/thread/142969?ContentTypeID=1</link><pubDate>Thu, 21 Nov 2024 07:01:19 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9f3eebc9-422a-4506-9f06-9e4a468e7620</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;When using a billboard layout, you can use an animated gif as the background. It will play in a loop.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Video loop in a site landing page option?</title><link>https://community.appian.com/thread/142968?ContentTypeID=1</link><pubDate>Thu, 21 Nov 2024 06:48:04 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:bc2bf08d-8455-4d96-93ba-6e8c2cdf8257</guid><dc:creator>adityae736199</dc:creator><description>&lt;p&gt;Hi Joet,&lt;/p&gt;
&lt;p&gt;Below is the sample code to display the video loop at the landing page.&lt;pre class="ui-code" data-mode="text"&gt;a!headerContentLayout(
  header: a!billboardLayout(
    backgroundMedia: a!webVideo(
      source: &amp;quot;https://kirbycorp.com/wp-content/uploads/2022/04/Kirby-Banner-v5.mp4&amp;quot;
    )
  )
)&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Replace the source URL with the web video you want to display on the landing page.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>