Creating a Custom jQuery Image Magnifier Plugin
Implementation Overview
The image magnifier plugin creates a loupe effect that follows the mouse cursor over an image, showing a magnified portion of the image. This implementation uses two images: a thumbnail displayed on the page and a high-resolution version shown in the magnifier view.
Core Principles
Utilizes two images - a thumbnail and ...
Posted on Thu, 21 May 2026 17:02:29 +0000 by gatoruss
Matter.js Plugin: matter-wrap (Making the World Round)
Introduction
Remember a scene from the comic "Smile Campus" where someone shoots forward, and after a while, the bullet hits the back of their head? The author used this dark joke to remind us that the Earth is round.
In the default Matter.js world, there is no boundary. If you throw an object in a direction beyond the canvas boundary ...
Posted on Fri, 15 May 2026 17:11:24 +0000 by atrocious