mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-28 07:54:22 -04:00
ImageZoom: Add square lens option
This commit is contained in:
parent
0936ca2985
commit
b607eebcb7
3 changed files with 28 additions and 7 deletions
|
@ -11,7 +11,11 @@
|
|||
pointer-events: none;
|
||||
}
|
||||
|
||||
.vc-imgzoom-lens.nearest-neighbor > img {
|
||||
.vc-imgzoom-square {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.vc-imgzoom-nearest-neighbor > img {
|
||||
image-rendering: pixelated; /* https://googlechrome.github.io/samples/image-rendering-pixelated/index.html */
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue