mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-27 15:34:26 -04:00
ImageZoom: add nearest neighbour (#1341)
This commit is contained in:
parent
5e71ed286e
commit
4fe2845234
3 changed files with 11 additions and 1 deletions
|
@ -11,6 +11,10 @@
|
|||
pointer-events: none;
|
||||
}
|
||||
|
||||
.vc-imgzoom-lens.nearest-neighbor > img {
|
||||
image-rendering: pixelated; /* https://googlechrome.github.io/samples/image-rendering-pixelated/index.html */
|
||||
}
|
||||
|
||||
/* make the carousel take up less space so we can click the backdrop and exit out of it */
|
||||
[class|="carouselModal"] {
|
||||
height: fit-content;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue