Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #306516

    Hi,
    I have tried to use default wordpress video shortcode for selfhosted video and it display correctly on all devices mobile and desktop except on ipadmini (non-retina) ios7. I get a really small (200px width) video in a full width black div.

    Instead of wp default player I’m would like to come back to avia shortcode av_video. But I’m facing to no poster-cover option, or autoplay option.

    Maybe something undocumented exist, I haven’t found it with search on this forum.

    Thanks for your help

    #307166

    Hi Erdrol!

    That’s currently a non-theme related problem with Safari Mobile and HTML5 videos (w/ covers) set to 100% width.

    A solution would be to set fixed width to the video in Safari mobile, something like this will do it (i’m assuming you set an ID to the video):

    .avia-webkit-7 #homevideo{
      max-width: 320px; /* change this */
      margin: 0 auto;
      display: block;
    }

    Cheers!
    Josue

    #307288

    Hi Josue

    I would like to add cover on the video av_video shortcode. Is it possible ?

    Regards
    Erdrol

    #307618

    Hi Erdrol!

    No, that’s not possible at the moment.

    Cheers!
    Josue

    #308200

    Hi, Josue

    ok, lets’ restart with default wordpress video when it’s in Enfold theme, on iPad “only”.
    I cannot get correct video size, but I have correct cover size. Do you have an extra idea for me ?

    regards

    • This reply was modified 10 years, 3 months ago by Erdrol.
    #308202

    Hi!

    Can you post a link to the page?

    Cheers!
    Josue

    #308203
    This reply has been marked as private.
    #308325

    Hey!

    Try adding this code to the Quick CSS:

    .avia-ipad .mejs-mediaelement video{
    height: 100%
    }

    Cheers! 
    Josue

    #308337

    Hey!

    Thanks a lot for the tip!
    I have tried, it’s better on ipad, but the behavior is now general. All videos get extra black bottom and top bar.
    Any suggestion?

    #308352

    Hi!

    For some reason the mejs-container is getting a height of 844px (style attribute), try adding this:

    .avia-ipad .mejs-container{
    max-height: 320px;
    }

    Regards,
    Josue

    #308424
    This reply has been marked as private.
    #308476

    Looks good to me. Feel free to request cover image for Avia Video elements here.

    Regards,
    Josue

    #456804
    This reply has been marked as private.
    #456812

    Hey!


    @erdrol
    I set your post to private

    Best regards,
    Yigit

    #456846
    This reply has been marked as private.
Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘av_video ShortCode option?’ is closed to new replies.