-
AuthorPosts
-
May 11, 2017 at 3:46 pm #791695
I was testing a page (see Private) that is using an mp4 video as a background within LayerSlider and in IE it takes a very long time to load, where on Chrome and Safari it loads immediately. Is there something different I need to do for IE?
I’m using this code that I found in your threads:
<video id='ls-video'> <source src='/wp-content/uploads/2017/05/coffeehouse-mobileusers-sm-bitrate.mp4'> </video>May 12, 2017 at 5:15 pm #792413Hey laptophobo,
no, not as far as I know. However IE is not known to be the best browser out there, so you might want to switch to a different one.
Best regards,
AndyMay 13, 2017 at 2:33 am #792576Yes, I only use I.E. for testing (so, my changing browsers is not the real issue here). When I create a website, it needs to view reasonably well on all browsers–even I.E.–for those who don’t use faster loading ones.
What about using other video formats other than mp4?
May 13, 2017 at 7:40 am #792666Hi,
Which is the IE version?
Best regards,
John TorvikMay 13, 2017 at 8:31 am #792675Hi John,
I’m using IE 11. But, I swapped out the video to a more compresses size of 1.2mb (instead of 5) and it’s now viewing on IE quickly.
One other question. I saw a post by one of your other techs recommending multiple versions of the video. So, within the “video/audio” area of LayerSlider, I am using the following code. Is this the best one to use with LayerSlider?
<video width=”320″ height=”240″ preload=”metadata” controls>
<source src=”/wp-content/uploads/2017/05/coffeehouse-mobileusers-sm-bitrate.webm” type=”video/webm”>
<source src=”/wp-content/uploads/2017/05/coffeehouse-mobileusers-xsm-bitrate.mp4″ type=”video/mp4″>
</video>May 14, 2017 at 3:47 pm #792963May 14, 2017 at 4:04 pm #792971cool. thanks.
May 15, 2017 at 9:11 am #793216Hi,
I agree to that as well. Let us know if you need more assistance :)
Best regards,
Nikko -
AuthorPosts
- You must be logged in to reply to this topic.
