<?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 Optimizing video header? in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/Optimizing-video-header/m-p/50702#M3874</link>
    <description>&lt;P&gt;Hi there&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to create a video banner, but I'd like to know how this would appear for someone viewing on a low-quality connection – and how this can be optimised.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the page preview: &lt;A href="https://www.zoodigital.com/services-1?hs_preview=ZDEGLLqX-5419756100" target="_blank"&gt;https://www.zoodigital.com/services-1?hs_preview=ZDEGLLqX-5419756100&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And here is the code used:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;lt;div&amp;gt; &amp;lt;video muted=”muted”preload="yes" autoplay="autoplay" loop="loop" width="100%" height=""&amp;gt;

 &amp;lt;source src="https://cdn2.hubspot.net/hubfs/2658690/Website%20Banner%20%E2%80%93%20Work%20with%20ZOO.mp4"&amp;gt;

&amp;lt;/video&amp;gt;

&amp;lt;div class="overlay"&amp;gt;
    {% widget_block rich_text "banner_text" overrideable=True, label='Banner Text', no_wrapper=True  %}
    
{% end_widget_block %}

    &amp;lt;/div&amp;gt;
    


&amp;lt;/div&amp;gt;

&amp;lt;style&amp;gt;

@media only screen and (min-device-width: 374px)

.banner_text_content {
    width: 600px; /* give it a width you'd like it to be */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    color: #fff;
    text-align: center;
}

.overlay {
    width: 600px;
    position: absolute;
    top:55%;
    left: 50%;
    transform: translate(-50%, -50%);
}


&amp;lt;/style&amp;gt;&lt;/PRE&gt;&lt;P&gt;Are there any sites for testing low-bandwidth viewing? And any ideas for improving this experience?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers, Jonny&lt;/P&gt;</description>
    <pubDate>Fri, 24 Nov 2017 15:19:51 GMT</pubDate>
    <dc:creator>JonnyZOO</dc:creator>
    <dc:date>2017-11-24T15:19:51Z</dc:date>
  </channel>
</rss>

