<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: video html tag in ArcGIS Hub Questions</title>
    <link>https://community.esri.com/t5/arcgis-hub-questions/video-html-tag/m-p/290587#M1473</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/237322"&gt;Graham Hudgins&lt;/A&gt;‌ - yeah I can understand that autoplaying content can be problematic. Our client is a private entity that is not as concerned with WCAG and laws about this and more about making a visual impact... and they really like the idea of the slowly moving background video.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Dec 2019 20:12:27 GMT</pubDate>
    <dc:creator>NFlourish</dc:creator>
    <dc:date>2019-12-16T20:12:27Z</dc:date>
    <item>
      <title>video html tag</title>
      <link>https://community.esri.com/t5/arcgis-hub-questions/video-html-tag/m-p/290581#M1467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Our client really wants to have a video underlay as part of the hero/banner when you arrive at the site. It appears that the "video" tag is not supported by the Hub text card widget.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am I correct, and what is the chance we can actually get the video tag added to the supported tags so it isn't stripped from our saved site?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Dec 2019 20:45:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-hub-questions/video-html-tag/m-p/290581#M1467</guid>
      <dc:creator>NFlourish</dc:creator>
      <dc:date>2019-12-12T20:45:11Z</dc:date>
    </item>
    <item>
      <title>Re: video html tag</title>
      <link>https://community.esri.com/t5/arcgis-hub-questions/video-html-tag/m-p/290582#M1468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We'll look into this - thanks for telling us!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Dec 2019 21:06:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-hub-questions/video-html-tag/m-p/290582#M1468</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2019-12-12T21:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: video html tag</title>
      <link>https://community.esri.com/t5/arcgis-hub-questions/video-html-tag/m-p/290583#M1469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;one more thing - you mind sending us an example HTML of what you're trying&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Dec 2019 21:55:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-hub-questions/video-html-tag/m-p/290583#M1469</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2019-12-12T21:55:13Z</dc:date>
    </item>
    <item>
      <title>Re: video html tag</title>
      <link>https://community.esri.com/t5/arcgis-hub-questions/video-html-tag/m-p/290584#M1470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;A href="https://community.esri.com/migrated-users/237322" target="_blank"&gt;Graham Hudgins&lt;/A&gt;‌ - this code is what we're trying to get going. 
I think the &amp;lt;section&amp;gt; tags are also a problem, but those are easy to replace with DIVs. 
The Video tag, though seems to be totally ignored as soon as you exit editing the text card.

&lt;SPAN style="color: #000000;"&gt;&amp;lt;style&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style="color: #000000;"&gt;body {&lt;/SPAN&gt;
&lt;SPAN style="color: #000000;"&gt;  background: #CCC;&lt;/SPAN&gt;
&lt;SPAN style="color: #000000;"&gt;  margin: 0;&lt;/SPAN&gt;
&lt;SPAN style="color: #000000;"&gt;  padding: 0;&lt;/SPAN&gt;
&lt;SPAN style="color: #000000;"&gt;  font-family: 'Open Sans', sans-serif; }&lt;SPAN class="" data-stringify-type="paragraph-break"&gt;&lt;/SPAN&gt;nav {&lt;/SPAN&gt;
&lt;SPAN style="color: #000000;"&gt;  background: #333;&lt;/SPAN&gt;
&lt;SPAN style="color: #000000;"&gt;  color: #FFF;&lt;/SPAN&gt;
&lt;SPAN style="color: #000000;"&gt;  font-weight: bold;&lt;/SPAN&gt;
&lt;SPAN style="color: #000000;"&gt;  height: 50px;&lt;/SPAN&gt;
&lt;SPAN style="color: #000000;"&gt;  padding: 20px;&lt;/SPAN&gt;
&lt;SPAN style="color: #000000;"&gt;  text-transform: uppercase;&lt;/SPAN&gt;
&lt;SPAN style="color: #000000;"&gt;  text-align: center; }&lt;SPAN class="" data-stringify-type="paragraph-break"&gt;&lt;/SPAN&gt;.masthead {&lt;/SPAN&gt;
&lt;SPAN style="color: #000000;"&gt;  height: 800px;&lt;/SPAN&gt;
&lt;SPAN style="color: #000000;"&gt;  position: relative;&lt;/SPAN&gt;
&lt;SPAN style="color: #000000;"&gt;  margin: 0;&lt;/SPAN&gt;
&lt;SPAN style="color: #000000;"&gt;  padding: 0; }&lt;SPAN class="" data-stringify-type="paragraph-break"&gt;&lt;/SPAN&gt;.fullscreen-bg {&lt;/SPAN&gt;
&lt;SPAN style="color: #000000;"&gt;  height: 100%;&lt;/SPAN&gt;
&lt;SPAN style="color: #000000;"&gt;  overflow: hidden;&lt;/SPAN&gt;
&lt;SPAN style="color: #000000;"&gt;  position: absolute;&lt;/SPAN&gt;
&lt;SPAN style="color: #000000;"&gt;  width: 100%;&lt;/SPAN&gt;
&lt;SPAN style="color: #000000;"&gt;  top: 0;&lt;/SPAN&gt;
&lt;SPAN style="color: #000000;"&gt;  left: 0; }&lt;SPAN class="" data-stringify-type="paragraph-break"&gt;&lt;/SPAN&gt;.fullscreen-bg__video {&lt;/SPAN&gt;
&lt;SPAN style="color: #000000;"&gt;  background-position: center;&lt;/SPAN&gt;
&lt;SPAN style="color: #000000;"&gt;  object-fit: cover;&lt;/SPAN&gt;
&lt;SPAN style="color: #000000;"&gt;  object-position: 50% 50%;&lt;/SPAN&gt;
&lt;SPAN style="color: #000000;"&gt;  height: 100%;&lt;/SPAN&gt;
&lt;SPAN style="color: #000000;"&gt;  width: 100%; }&lt;SPAN class="" data-stringify-type="paragraph-break"&gt;&lt;/SPAN&gt;.overlay {&lt;/SPAN&gt;
&lt;SPAN style="color: #000000;"&gt;  color: #FFF;&lt;/SPAN&gt;
&lt;SPAN style="color: #000000;"&gt;  margin: auto;&lt;/SPAN&gt;
&lt;SPAN style="color: #000000;"&gt;  position: absolute;&lt;/SPAN&gt;
&lt;SPAN style="color: #000000;"&gt;  padding: 50px;&lt;/SPAN&gt;
&lt;SPAN style="color: #000000;"&gt;  top: 50%;&lt;/SPAN&gt;
&lt;SPAN style="color: #000000;"&gt;  left: 50%;&lt;/SPAN&gt;
&lt;SPAN style="color: #000000;"&gt;  transform: translate(-50%, -50%);&lt;/SPAN&gt;
&lt;SPAN style="color: #000000;"&gt;  text-align: center;&lt;/SPAN&gt;
&lt;SPAN style="color: #000000;"&gt;  background-color: rgba(0, 0, 0, 0.5); }&lt;/SPAN&gt;
&lt;SPAN style="color: #000000;"&gt;  .overlay h1 {&lt;/SPAN&gt;
&lt;SPAN style="color: #000000;"&gt;    font-size: 48px;&lt;/SPAN&gt;
&lt;SPAN style="color: #000000;"&gt;    margin: 0;&lt;/SPAN&gt;
&lt;SPAN style="color: #000000;"&gt;    padding: 0; }&lt;/SPAN&gt;
&lt;SPAN style="color: #000000;"&gt;  .overlay p {&lt;/SPAN&gt;
&lt;SPAN style="color: #000000;"&gt;    width: 90%;&lt;/SPAN&gt;
&lt;SPAN style="color: #000000;"&gt;    margin: auto;&lt;/SPAN&gt;
&lt;SPAN style="color: #000000;"&gt;    padding: 0 0 30px 0; }&lt;/SPAN&gt;
&lt;SPAN style="color: #000000;"&gt;  .overlay button {&lt;/SPAN&gt;
&lt;SPAN style="color: #000000;"&gt;    background: #00a8e7;&lt;/SPAN&gt;
&lt;SPAN style="color: #000000;"&gt;    color: #FFF;&lt;/SPAN&gt;
&lt;SPAN style="color: #000000;"&gt;    font-size: 14px;&lt;/SPAN&gt;
&lt;SPAN style="color: #000000;"&gt;    font-weight: bold;&lt;/SPAN&gt;
&lt;SPAN style="color: #000000;"&gt;    border: 0;&lt;/SPAN&gt;
&lt;SPAN style="color: #000000;"&gt;    padding: 15px 40px; }&lt;SPAN class="" data-stringify-type="paragraph-break"&gt;&lt;/SPAN&gt;.content {&lt;/SPAN&gt;
&lt;SPAN style="color: #000000;"&gt;  padding: 10px; }&lt;SPAN class="" data-stringify-type="paragraph-break"&gt;&lt;/SPAN&gt;@media (max-width: 767px) {&lt;/SPAN&gt;
&lt;SPAN style="color: #000000;"&gt;  .fullscreen-bg {&lt;/SPAN&gt;
&lt;SPAN style="color: #000000;"&gt;    background: url("img/coast.jpg") center center/cover no-repeat; }&lt;/SPAN&gt;
&lt;SPAN style="color: #000000;"&gt;  .fullscreen-bg__video {&lt;/SPAN&gt;
&lt;SPAN style="color: #000000;"&gt;    display: none; } }&lt;SPAN class="" data-stringify-type="paragraph-break"&gt;&lt;/SPAN&gt;&amp;lt;/style&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style="color: #000000;"&gt;&amp;lt;/head&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style="color: #000000;"&gt;&amp;lt;body&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style="color: #000000;"&gt;&amp;lt;nav&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style="color: #000000;"&gt;  &amp;lt;p&amp;gt;navigation&amp;lt;/p&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style="color: #000000;"&gt;&amp;lt;/nav&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style="color: #000000;"&gt;&amp;lt;section class="masthead"&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style="color: #000000;"&gt;    &amp;lt;div class="fullscreen-bg"&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style="color: #000000;"&gt;      &amp;lt;video loop muted autoplay poster="http://www.stone-env.net/permian/coast.jpg" class="fullscreen-bg__video"&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style="color: #000000;"&gt;          &amp;lt;source src="http://www.stone-env.net/permian/coast.webm" type="video/webm"&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style="color: #000000;"&gt;          &amp;lt;source src="http://www.stone-env.net/permian/coast.mp4" type="video/mp4"&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style="color: #000000;"&gt;      &amp;lt;/video&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style="color: #000000;"&gt;    &amp;lt;/div&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style="color: #000000;"&gt;    &amp;lt;div class="overlay"&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style="color: #000000;"&gt;      &amp;lt;h1&amp;gt;TITLE&amp;lt;/h1&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style="color: #000000;"&gt;      &amp;lt;p&amp;gt;Cool Science Title&amp;lt;/p&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style="color: #000000;"&gt;      &amp;lt;button&amp;gt;Explore the data&amp;lt;/button&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style="color: #000000;"&gt;    &amp;lt;/div&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style="color: #000000;"&gt;&amp;lt;/section&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style="color: #000000;"&gt;&amp;lt;section class="content"&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style="color: #000000;"&gt;  &amp;lt;h2&amp;gt;This is a sub heading&amp;lt;/h2&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style="color: #000000;"&gt;  &amp;lt;p&amp;gt;This is a paragraph.&amp;lt;/p&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style="color: #000000;"&gt;&amp;lt;/section&amp;gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 16:18:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-hub-questions/video-html-tag/m-p/290584#M1470</guid>
      <dc:creator>NFlourish</dc:creator>
      <dc:date>2021-12-12T16:18:04Z</dc:date>
    </item>
    <item>
      <title>Re: video html tag</title>
      <link>https://community.esri.com/t5/arcgis-hub-questions/video-html-tag/m-p/290585#M1471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/237322"&gt;Graham Hudgins&lt;/A&gt;‌ - here is a live example of the video tag not working.&amp;nbsp;&lt;A class="link-titled" href="https://tech-demo-stone-env.hub.arcgis.com/" title="https://tech-demo-stone-env.hub.arcgis.com/"&gt;TechDemo&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What surprises me is that it saves the video tag in the source of the text card, so when I got to edit the card, the video tag is there. But when rendered, we can inspect the page and see no video tag is rendered.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Dec 2019 17:26:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-hub-questions/video-html-tag/m-p/290585#M1471</guid>
      <dc:creator>NFlourish</dc:creator>
      <dc:date>2019-12-16T17:26:08Z</dc:date>
    </item>
    <item>
      <title>Re: video html tag</title>
      <link>https://community.esri.com/t5/arcgis-hub-questions/video-html-tag/m-p/290586#M1472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We'll look into it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FWIW, our design team says auto play background violates WCAG 2.1 -&amp;nbsp;&lt;A class="link-titled" href="https://www.w3.org/WAI/WCAG21/Understanding/pause-stop-hide.html" title="https://www.w3.org/WAI/WCAG21/Understanding/pause-stop-hide.html"&gt;Understanding Success Criterion 2.2.2: Pause, Stop, Hide&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Dec 2019 18:22:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-hub-questions/video-html-tag/m-p/290586#M1472</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2019-12-16T18:22:40Z</dc:date>
    </item>
    <item>
      <title>Re: video html tag</title>
      <link>https://community.esri.com/t5/arcgis-hub-questions/video-html-tag/m-p/290587#M1473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/237322"&gt;Graham Hudgins&lt;/A&gt;‌ - yeah I can understand that autoplaying content can be problematic. Our client is a private entity that is not as concerned with WCAG and laws about this and more about making a visual impact... and they really like the idea of the slowly moving background video.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Dec 2019 20:12:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-hub-questions/video-html-tag/m-p/290587#M1473</guid>
      <dc:creator>NFlourish</dc:creator>
      <dc:date>2019-12-16T20:12:27Z</dc:date>
    </item>
    <item>
      <title>Re: video html tag</title>
      <link>https://community.esri.com/t5/arcgis-hub-questions/video-html-tag/m-p/290588#M1474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have a fix for this in the pipeline. It is slated to be released on January 7th. Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2019 18:11:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-hub-questions/video-html-tag/m-p/290588#M1474</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2019-12-19T18:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: video html tag</title>
      <link>https://community.esri.com/t5/arcgis-hub-questions/video-html-tag/m-p/290589#M1475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there! Just curious if the video tag fixes got pushed? The last change log for Hub seems to be before Christmas. Thanks for the info!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2020 19:39:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-hub-questions/video-html-tag/m-p/290589#M1475</guid>
      <dc:creator>NFlourish</dc:creator>
      <dc:date>2020-01-08T19:39:22Z</dc:date>
    </item>
    <item>
      <title>Re: video html tag</title>
      <link>https://community.esri.com/t5/arcgis-hub-questions/video-html-tag/m-p/290590#M1476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.esri.com/migrated-users/188810"&gt;Nicholas Floersch&lt;/A&gt;‌ -- yes they are, changelog was updated yesterday&lt;BR /&gt;&lt;A class="link-titled" href="http://hub.arcgis.com/pages/changelog" title="http://hub.arcgis.com/pages/changelog"&gt;ArcGIS Hub&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2020 20:52:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-hub-questions/video-html-tag/m-p/290590#M1476</guid>
      <dc:creator>BrianRollison</dc:creator>
      <dc:date>2020-01-08T20:52:05Z</dc:date>
    </item>
    <item>
      <title>Re: video html tag</title>
      <link>https://community.esri.com/t5/arcgis-hub-questions/video-html-tag/m-p/290591#M1477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great! I thought I checked the changelog&amp;nbsp;on Tuesday but must have just missed the update... or maybe I checked Monday or something. Great looking set of changes! Well done.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jan 2020 14:30:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-hub-questions/video-html-tag/m-p/290591#M1477</guid>
      <dc:creator>NFlourish</dc:creator>
      <dc:date>2020-01-09T14:30:21Z</dc:date>
    </item>
    <item>
      <title>Re: video html tag</title>
      <link>https://community.esri.com/t5/arcgis-hub-questions/video-html-tag/m-p/290592#M1478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This has been fixed! Yay!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A demo of it working is shown here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://tech-demo-stone-env.hub.arcgis.com/" title="https://tech-demo-stone-env.hub.arcgis.com/"&gt;TechDemo&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jan 2020 14:32:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-hub-questions/video-html-tag/m-p/290592#M1478</guid>
      <dc:creator>NFlourish</dc:creator>
      <dc:date>2020-01-09T14:32:35Z</dc:date>
    </item>
  </channel>
</rss>

