Okay
  Public Ticket #171448
Borders on video
Closed

Comments

  • Andrea started the conversation
    Hi, When i insert a video layer (vimeo) i can see around the video a border. How can remove it? thank you
  • [deleted] replied

    I have the same problem, youtube and vimeo video.

    Thanks

  • Andrea replied

    Looking with ispector of chrome i've see that the border should be located in this part of code:
    But i cannot fix it by myself


    iframe:not([seamless]){

    border: 2px inset;

    border-top-color: initial;
    border-top-style: inset;
    border-top-width: 2px;
    border-right-color: initial;
    border-right-style: inset;
    border-right-width: 2px;
    border-bottom-color: initial;
    border-bottom-style: inset;
    border-bottom-width: 2px;
    border-left-color: initial;
    border-left-style: inset;
    border-left-width: 2px;

    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;

    }

  •  902
    Max replied

    Hi, please try to add this line in some css of yours: 

     

    iframe{border:none}

    it should help.