Viewing 20 posts - 1 through 20 (of 20 total)
  • Author
    Posts
  • #536294

    Hi,

    following version9 of your demo homepage,
    i added a fullscreen video slider meant to be use as background and video is from youtube
    but there is black color space by the sides

    does the video need to be of certain size ?

    thank you

    #536403

    ok i saw the option to remove the black border

    hmm.. another question
    How to increase the font size in mobile only ?

    thanks

    #536551

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 480px) {
    body { font-size: 16px; }}

    Regards,
    Yigit

    #536786

    Hi…

    I’m having this problem too at

    http://morissetsports.com/en/whats-new/

    I’ve created a colour section with a video background at the top heading, but there’s not an option to remove the border.

    Thanks

    Simon

    #537800

    Hi!

    You have this css code in the style.css file which creates border around the iframe:

    iframe, .easy-slider {
        border: solid 1px #cc3333;
        border-radius: 3px;
        padding: 5px;
    }

    Regards,
    Ismael

    #538891

    Hi Ismael and thanks for replying!

    Unfortunately, that doesn’t appear to be the cause; I’ve commented out that code, cleared the caches, reloaded in different browsers and the frame is still there.

    Best

    Simon

    #540578

    Hey!

    Did you remove it completely? This is what happened when I removed the padding:

    Regards,
    Ismael

    #540616

    Hi! I have a similar problem with video background.

    I have a fullscreen video background in the home page (with the “Slideshow Full Screen”), but sometimes the video shows with black bars at top of at both sides.

    I need that video always shows fullscreen fit (similar to background-size: cover;) (no matter if video is cropped)

    • This reply was modified 8 years, 12 months ago by Anonimo.
    #542820

    Hey!

    Edit the slide then set the Video Display to the second option. Please note that the video’s aspect ratio should be 16:9.

    Regards,
    Ismael

    #543155

    Thanks! Now it´s ok, but sometimes top and bottom bars appears again (depends the size of the window)

    #544021

    Hi Ismael –

    Yes, indeed – it’s the iframe style that’s the one that needs changing. However, that affects other content on the home and other pages.

    I’ve tried creating a custom css class called whatsnewbg for that colour section but I can’t implement it. Can you please help?

    Thanks

    Simon

    #545229

    @friendlier
    You are using an old version of the theme, so please upgrade to Enfold 3.4.3 and let us know if you still need help afterwards.

    Regards,
    Andy

    #548142

    @Andy – thanks for the head’s up. I’ve updated the theme – yes, you’re right about the padding for iframe .easyslider but I need this css for another slider. So how do I implement that custom class?

    thanks for your help on this!

    #548549

    Hi,

    Try the following to be able to assign classes to all ALB elements: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Regards,
    Rikard

    #550496

    Hi Rikard,

    Yes – I’d already done that – see up;

    I’ve tried creating a custom css class called whatsnewbg for that colour section but I can’t implement it. Can you please help?

    best,

    Simon

    #551542

    Hi!

    Please replace the css code with this:

    .whatsnewbg iframe, .whatsnewbg .easy-slider {
        border: 0 !important;
        border-radius: 0 !important;
        padding: 0 !important;
    }

    Cheers!
    Ismael

    #567418

    Having the same problem of black on both sides of my video playing in the fullscreen slider. You suggested “set the Video Display to the second option”. I’m sorry, but I can’t find that Video Display menu. Can you point me towards it.

    Thank you.

    Jacob

    Sorry, just solved the problem. Please disregard. Thank you.

    #567661

    Hi,

    Great, glad you got it fixed. Please let us know if you should need any more help on the topic.

    Thanks,
    Rikard

    #567812

    Hi!

    Your CSS fixed it for me too:-

    http://morissetsports.com/quoi-de-neuf/

    thanks!

    #567885

    Hey!

    Great Rikard could help!
    We will keep the thread open to hear from the OP. If you have any other questions or issues, please feel free to start a new thread :)

    Best regards,
    Yigit

Viewing 20 posts - 1 through 20 (of 20 total)
  • You must be logged in to reply to this topic.