2023-04-11 00:00:42 +00:00
|
|
|
.vc-imgzoom-lens {
|
2023-04-06 01:06:11 +00:00
|
|
|
position: absolute;
|
|
|
|
inset: 0;
|
|
|
|
z-index: 9999;
|
|
|
|
border: 2px solid grey;
|
|
|
|
border-radius: 50%;
|
|
|
|
overflow: hidden;
|
|
|
|
cursor: none;
|
|
|
|
box-shadow: inset 0 0 10px 2px grey;
|
|
|
|
filter: drop-shadow(0 0 2px grey);
|
|
|
|
pointer-events: none;
|
2024-02-25 23:51:09 +00:00
|
|
|
|
|
|
|
/* negate the border offsetting the lens */
|
|
|
|
margin: -2px;
|
2023-04-06 01:06:11 +00:00
|
|
|
}
|
|
|
|
|
2023-06-30 13:50:56 +00:00
|
|
|
.vc-imgzoom-square {
|
|
|
|
border-radius: 0;
|
|
|
|
}
|
|
|
|
|
2023-11-01 01:19:02 +00:00
|
|
|
.vc-imgzoom-nearest-neighbor>img {
|
|
|
|
image-rendering: pixelated;
|
|
|
|
|
|
|
|
/* https://googlechrome.github.io/samples/image-rendering-pixelated/index.html */
|
2023-06-27 20:41:19 +00:00
|
|
|
}
|
|
|
|
|
2023-04-06 01:06:11 +00:00
|
|
|
/* make the carousel take up less space so we can click the backdrop and exit out of it */
|
2023-11-01 01:19:02 +00:00
|
|
|
[class*="modalCarouselWrapper_"] {
|
|
|
|
top: 0 !important;
|
2023-04-06 01:06:11 +00:00
|
|
|
}
|
|
|
|
|
2023-11-01 01:19:02 +00:00
|
|
|
[class*="carouselModal_"] {
|
|
|
|
height: 0 !important;
|
2023-04-10 22:38:37 +00:00
|
|
|
}
|