Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #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?

    #697638

    Hi Viramedia,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #697956

    Very sorry I didn’t this earlier… here the link

    #698978

    Hi,

    Thank you for the update. Please tick the Hide Video Controls option.

    Best regards,
    Ismael

    #699039

    Hi Ismael
    it is already on hide…. unfortunately it is still visible….

    #699044

    I 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

    #699045

    but the problem is now that the video is a bit zoomed in… is that right?

    #699564

    Hi,

    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,
    Rikard

    #699617

    I 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

    #699846

    Hi,

    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,
    Rikard

    #700563

    If 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?

    #701136

    Hi,

    I think it would be best if you try it and let us know if it’s best for you or not.

    Best regards,
    Andy

    #703393

    seems to work well… this could be ev. added to your wiki for other clients

    #704687

    Hi,

    Great! Glad that you found a workaround. This issue is not that common and I’m sure that users will be able to search for it in the forum. :)

    Best regards,
    Ismael

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Fullscreen Slider Video withouth Vimeo Overlay but Image Overlay’ is closed to new replies.