-
AuthorPosts
-
October 10, 2016 at 2:36 pm #697359
Dear enfold Team
We are running our Showreel on our mainsite as a video embedd using the fullscreen slider in Avia template builder from enfold.Im wondering if there is any way to disable the player status bar on the bottom.
Also I would like to enable an image overlay with transparency. is this possible in any ways?
October 11, 2016 at 6:38 am #697638Hi Viramedia,
Could you post a link to the site in question so that we can take a closer look please?
Best regards,
RikardOctober 11, 2016 at 4:28 pm #697956Very sorry I didn’t this earlier… here the link
October 14, 2016 at 6:38 am #698978Hi,
Thank you for the update. Please tick the Hide Video Controls option.
Best regards,
IsmaelOctober 14, 2016 at 11:17 am #699039Hi Ismael
it is already on hide…. unfortunately it is still visible….October 14, 2016 at 11:30 am #699044I could fix it
I had the code on custom css#top .avia-fullscreen-slider .av-video-slide.av-video-service-vimeo iframe {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); }activated. I delete it. now its perfect
October 14, 2016 at 11:31 am #699045but the problem is now that the video is a bit zoomed in… is that right?
October 16, 2016 at 12:31 pm #699564Hi,
Yes, it has to be a bit zoomed in to be able to cover the whole container unfortunately. Are you ok with the results though?
Regards,
RikardOctober 16, 2016 at 3:33 pm #699617I prefer if it would not be zoomed in… Is there any way to fix this? I understand what you mean, but I could for example say to vimeo to embed this video withouth the status bar, so I could embed it in fullscreen
October 17, 2016 at 9:34 am #699846Hi,
It’s most likely possible yes but you would have to write a lot of CSS which would require taking every possible screen size into account, it’s not really an option unfortunately.
Thanks,
RikardOctober 18, 2016 at 10:52 am #700563If I add this code
#top .avia-fullscreen-slider .av-video-slide.av-video-service-vimeo iframe { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
and change the vimeo player embedding features (disabling the status bar for this video) do you think I should be able to have it in best view?
October 19, 2016 at 11:12 am #701136Hi,
I think it would be best if you try it and let us know if it’s best for you or not.
Best regards,
AndyOctober 24, 2016 at 6:25 pm #703393seems to work well… this could be ev. added to your wiki for other clients
October 27, 2016 at 7:28 am #704687 -
AuthorPosts
- The topic ‘Fullscreen Slider Video withouth Vimeo Overlay but Image Overlay’ is closed to new replies.