= ({ instance, size: initialSiz
return (
() => {
children.push(
- {/* thanks SpotifyControls */}
+ {
+ settings.store.square = !settings.store.square;
+ ContextMenu.close();
+ }}
+ />
(
() => {
)}
/>
(
() => {
)}
/>
(
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 */
}