Crome / internet Explorer

5 replies · opened Feb 6, 2019

EepkrFeb 6, 2019

hi

please help me

my page
https://www.beypazarimadensuyu.com.tr/Pages/TanitimVideosu

crome: it is ok
internet explorer: video seems half of page :/

code:

<section id="slider" class="slider-element full-screen">

&lt;div class="full-screen dark section nopadding nomargin noborder ohidden"&gt;

    &lt;div class="container clearfix"&gt;
    &lt;/div&gt;
    &lt;div class="video-wrap"&gt;
        &lt;video poster="images/videos/explore.jpg" preload="auto" loop autoplay muted&gt;
            &lt;source src='@Url.Content("~/Content/BMS/")images/videos/tanitim.mp4' type='video/mp4' /&gt;
            &lt;source src='images/videos/explore.webm' type='video/webm' /&gt;
        &lt;/video&gt;
        &lt;div class="video-overlay" style="background-color: rgba(0,0,0,0.45);"&gt;&lt;/div&gt;
    &lt;/div&gt;

&lt;/div&gt;

</section>

EepkrFeb 11, 2019

any idea for this ?

SSemicolon WebSTAFFFeb 11, 2019

Hello,

Thanks for your Patience!

We have checked this out for you and while this appears to be working fine for us on IE 11 and Edge, you can still consider finding the code below inside the SEMICOLON.documentOnLoad > init: function() Function Block in the js/functions.js File:

SEMICOLON.widget.html5Video();

and replace it with:

setTimeout( function() { SEMICOLON.widget.html5Video(); }, 1000 );

This should definitely fix the issue. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

SSemicolon WebSTAFFFeb 12, 2019

Hello,

Really Glad that your issues were resolved.

Simply delete the muted Attribute from the <video> Tag. This will enable the Audio on your Videos.

Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

EepkrFeb 13, 2019

Now it is ok

Thanks for your support.

Take Care.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard