#spyglass image zoom
1 messages · Page 1 of 1 (latest)
W
this is funny ty
wow i never realized the mixels this texture has
it's kind of like a fake glare of the sun
so useful that magick can convert anything
that isn't even what i mean
kinda weird
mixels mean differently sized pixels right?
so im confused by what you mean
idk if it's actually considered mixels, i'm not an artist
yeah
mixing different pixel sizes
yeah so whats weird about it being 256x256?
Can you add more arrows
not sure how to avoid the zoom from top left
woah whats ur theme setup??? that looks really nice
the windows theme or the discord theme
Windows
ok this is epic
give it a star if you like, took me a while to gather them, but found it super useful when switching machines
I was talking about the snippet but sure thingg
.vc-imgzoom-lens {
border: none;
box-shadow: none;
filter: none;
animation: 1s cubic-bezier(.12,.75,0,1) 0s 1 zoomIn;
margin: 0;
}
.vc-imgzoom-lens::before {
content: "";
inset: 0;
position: absolute;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAAEACAMAAABrrFhUAAAAIGNIUk0AAHomAACAhAAA+gAAAIDoAAB1MAAA6mAAADqYAAAXcJy6UTwAAABIUExURR4/WR4/WC5Qei1OeUtomUVik6Xb/IO6387q/2SCo////////4KjxwkfNWecvT9bjCtMdx0+WPn8/zEeCkApEH1QFLGHO////17z+TAAAAATdFJOU+7uzMx4eCcnDQ0bDQ0NJ3jM7lGLVcWxAAAAAWJLR0QKaND0VgAAAAd0SU1FB+kKFQsmAvFtUg8AAAHHSURBVHja7dxbbgIxDEDRAcqjpWV4dv9L5QdRCZAmVoQDnXMXENtnAekOI69rvUDrALReoHUAWi/QOgCtF2jdFeA4sgAAAAAAAAAA9wBdcpPkTpeu994BTHOb5VYC8JHaPLUygEVmy8xKAVaJfSYGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACA8r4GWg/0XRkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4PkAQwcCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAF4PYDKbLyOP1h4QwX7UT6BNv90BAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAF4PYH8TAAAAAAAAAAAAAAAAAAAAACAfoLbIAY+KzHrKBwoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALwRQGabykLDCgFS6yuLTSsCyG1bWXBcAUByu8qi8wYBTv+830sAAAAAAAAAgD+AW4ixBAAAAAAAAIwY4AxxXxHln5WOZAAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAyNS0xMC0yMVQxMToyNjo1NCswMDowMPFicCAAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMjUtMTAtMTZUMDc6NTQ6MTArMDA6MDBOfbqRAAAAKHRFWHRkYXRlOnRpbWVzdGFtcAAyMDI1LTEwLTIxVDExOjM4OjAyKzAwOjAwI109bgAAAABJRU5ErkJggg==);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
image-rendering: pixelated;
z-index: 10;
}
@keyframes zoomIn { from { height: 0; width: 0 } }
i dont know how to improve it further :/
make a plugin (or modify the existing one) to play the spyglass sound
Fix for the zoom being slightly offset from the missing border:
.vc-imgzoom-lens {
margin: 0;
}
Increases the spyglass image quality:
.vc-imgzoom-lens::before {
image-rendering: pixelated;
}
oh yeah, the quality as well, i forgot that
For anyone else coming across the issue Dune said above, the way to fix it is to go to the plugin settings and toggle "Square" on.
https://cdn.wildfyr.net/u/2025-11-03_18:02:03.png