-
AuthorPosts
-
August 19, 2014 at 9:01 pm #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
August 21, 2014 at 5:31 am #307166Hi 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!
JosueAugust 21, 2014 at 12:07 pm #307288Hi Josue
I would like to add cover on the video av_video shortcode. Is it possible ?
Regards
ErdrolAugust 22, 2014 at 7:31 am #307618Hi Erdrol!
No, that’s not possible at the moment.
Cheers!
JosueAugust 23, 2014 at 9:34 am #308200Hi, 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.
August 23, 2014 at 9:42 am #308202Hi!
Can you post a link to the page?
Cheers!
JosueAugust 23, 2014 at 9:46 am #308203This reply has been marked as private.August 23, 2014 at 11:07 pm #308325Hey!
Try adding this code to the Quick CSS:
.avia-ipad .mejs-mediaelement video{ height: 100% }
Cheers!
JosueAugust 23, 2014 at 11:59 pm #308337Hey!
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?August 24, 2014 at 1:19 am #308352Hi!
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,
JosueAugust 24, 2014 at 10:53 am #308424This reply has been marked as private.August 24, 2014 at 7:46 pm #308476Looks good to me. Feel free to request cover image for Avia Video elements here.
Regards,
JosueJune 9, 2015 at 5:18 pm #456804This reply has been marked as private.June 9, 2015 at 5:31 pm #456812June 9, 2015 at 6:24 pm #456846This reply has been marked as private. -
AuthorPosts
- The topic ‘av_video ShortCode option?’ is closed to new replies.