video help

Discussion in 'Poloray WordPress Theme' started by ysame12, Dec 22, 2014.

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

    ysame12 New Member

    Joined:
    Dec 19, 2014
    Messages:
    17
    Likes Received:
    0
    Hi after a couple try i was able to play my video on the home page slider frame i paste this code into the first slide image:
    <iframe src="http://ft2mt4.com/wp-content/uploads/2014/12/pvideo4.mp4"width="422"height="224"></iframe>
    the video is on my media files and now is playing with no problem but when i check on my mobile or other device the video don't show anymore
    how i can made the video responsive as the rest of the site?
    thanks very much
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    1. You have to use your iframe code with width:100% and height:100% like as given below.

    <iframe src="http://ft2mt4.com/wp-content/uploads/2014/12/pvideo4.mp4"width="100%"height="100%"></iframe>

    2.Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .flexslider .slides > li {
    width: 100%;
    height: 100%;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  3. ysame12

    ysame12 New Member

    Joined:
    Dec 19, 2014
    Messages:
    17
    Likes Received:
    0
    i place all codes as you recommended but in Mobil the video still no show.
    thanks
     
  4. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    We have checked your site in mobile and that video is showing and playing.

    Thanks & Regards
    Yogesh Bhade
     
  5. ysame12

    ysame12 New Member

    Joined:
    Dec 19, 2014
    Messages:
    17
    Likes Received:
    0
    yes you are right ,it just not showing on the android default browser, but in the other like crome,firefox work great ,
    thanks very much
     
Thread Status:
Not open for further replies.

Share This Page