Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • deeppatel 25 posts 95 karma points
    Jun 13, 2017 @ 11:41
    deeppatel
    0

    how to load my local pc video in my store front.

    Hi, anyone know how to display video in store front home page.

    i have create one folder inside media section and upload some video inside media folder.now i want to display this video in my home page on load. so how can i do this?

    enter image description here

    thanks.

  • Alex Skrypnyk 6182 posts 24284 karma points MVP 8x admin c-trib
    Jul 14, 2017 @ 10:45
    Alex Skrypnyk
    0

    Hi Deeppatel

    Try this code:

    <video controls>
      <source src="/media/2606/aw.mp4"
              type='video/mp4;codecs="avc1.42E01E, mp4a.40.2"'/>
    </video>
    

    Thanks,

    Alex

  • deeppatel 25 posts 95 karma points
    Jul 14, 2017 @ 11:02
    deeppatel
    0

    thanks for reply,i do same like you mention and it's working fine.

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies