Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #257947

    Hallo,

    wie kann ich meinem Youtube Video einen border-radius und Schatten zuweisen?

    Liebe Grüße,
    Marco

    #258900

    Hey crevlon!

    Thank you for using the theme!

    Do you mind if we take a look at the page with the youtube video? Did you add it using the Video element on the advance builder? You can only add a box shadow but you can’t manipulate the border radius of the youtube player. Add this on Quick CSS or custom.css:

    div .avia-video .avia-iframe-wrap {
    box-shadow: 0 10px 10px gray;
    -webkit-box-shadow: 0 10px 10px gray;
    -moz-box-shadow: 0 10px 10px gray;
    }

    Cheers!
    Ismael

    #259077

    Hey Ismael

    the shadow i got with a own css class. So all is fine now :)

    Thanks for your help.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Video Optik ändern’ is closed to new replies.