Own Videos

Discussion in 'Subscribely v2 WordPress Theme' started by renarts, May 14, 2016.

Thread Status:
Not open for further replies.
  1. renarts

    renarts Member

    Joined:
    Sep 4, 2013
    Messages:
    49
    Likes Received:
    1
    Hi,

    Is there any way that I can upload my own video on the home slider? Not from YouTube or Vimeo. But my own mp4 videos from the WP media library.

    Thanks in advance!
     
  2. priya

    priya Guest

    Hi,

    Greetings from InkThemes!

    You just all need to use HTML code with the video link from your media file as I have done in the video given below, please have a look..

    Link of the video: http://screenpresso.com/=xsxVd

    And the code is as follow..
    Code:
    <video width="400" controls>
      <source src="mov_bbb.mp4" type="video/mp4">
      <source src="mov_bbb.ogg" type="video/ogg">
      Your browser does not support HTML5 video.
    </video>
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
    smith likes this.
  3. renarts

    renarts Member

    Joined:
    Sep 4, 2013
    Messages:
    49
    Likes Received:
    1
    Hi Priya,

    Thank you! This worked. :)
     
    smith likes this.
  4. priya

    priya Guest

    You're welcome..:)

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
Thread Status:
Not open for further replies.

Share This Page