Comments Andrea started the conversationFebruary 28, 2014 at 5:52pmHi, When i insert a video layer (vimeo) i can see around the video a border. How can remove it? thank you[deleted] repliedFebruary 28, 2014 at 7:00pmI have the same problem, youtube and vimeo video.ThanksAndrea repliedFebruary 28, 2014 at 7:03pmLooking with ispector of chrome i've see that the border should be located in this part of code:But i cannot fix it by myselfiframe: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;} 948Max repliedMarch 3, 2014 at 11:40amHi, please try to add this line in some css of yours: iframe{border:none}it should help. Sign in to reply ...
I have the same problem, youtube and vimeo video.
Thanks
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;
}
Hi, please try to add this line in some css of yours:
iframe{border:none}
it should help.