Hey,
I have embeded my Vimeo video, and I would like to change the corner radius inside the code.
Thanks!
Hey,
you have to get the data-id of your videoelement via the devtools of your browser.
And then change the below code to your specific id and add into the customcode css section:
[data-id="63296f148905160038c83901"] {
border-radius: 20px!Important;
}
Keep in mind, that the corner radius will only be seen in the published version / preview viewer and not in the editor.
EDIT: IT WORKED!!!
thanks so much!
Thanks for the reply!
I tried it but unfortunately it did not work
After trying the CSS section, i tried changing it inside the video’s code, and it made it really small; like the coreners got margins but no radius
Any idea?
Thanks!
Hey!
Is it also possible with dropbox videos to create round corners?
I embedded the code (and changed the data-id) but it just not works…
My code:
[data-id=“63bc295257caf200271c153a”] {
border-radius: 20px!Important;
}
Any ideas why?
Thanks in advance
If the code from the message above doesn’t work for you, try this
[data-id="63da7d5edadd7f003865570a"] {
border-radius: 20px;
overflow: hidden;
}