Specify clip-path along with -webkit-clip-path for .circular
This commit is contained in:
parent
1e8b80481e
commit
83f3385bf8
1 changed files with 1 additions and 0 deletions
|
@ -320,6 +320,7 @@ img {
|
||||||
img.circular {
|
img.circular {
|
||||||
shape-outside: circle(50%);
|
shape-outside: circle(50%);
|
||||||
-webkit-clip-path: circle(50%);
|
-webkit-clip-path: circle(50%);
|
||||||
|
clip-path: circle(50%);
|
||||||
}
|
}
|
||||||
|
|
||||||
main {
|
main {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue