top of page
Plastic Pin Back Upgrade

Plastic Pin Back Upgrade

PriceFrom $1.00

✰Plastic pin back upgrades

✰Cloud pin back: ~0.62in x 0.43in / ~16mm x 11mm

✰Spider pin back: ~0.7in x 0.66in / ~18mm x 17mm

✰Translucent Heart pin back: ~0.59in x 0.55in / ~15mm x 14mm

✰Mint Heart pin back: ~0.59in x 0.55in / ~15mm x 14mm

 

✰Please be aware you will be purchasing ONE pin back if you choose ONE, TWO for TWO, TEN for TEN ✰

 

✰Secure locking pin backs, perfect for keeping your favorite pins safe when out and about *^^*

✰Buy them as an upgrade or on their own

bottom of page
import wixWindow from 'wix-window'; $w.onReady(function () { // Define the image to display const image = document.createElement('img'); image.src = "https://drive.google.com/uc?id=1nJ18HQDUjhjtwPdwKMjDiN4Jr_iVpUMp"; image.style.position = 'absolute'; // Add an event listener to the document to track the mouse movements document.addEventListener('mousemove', function(e) { // Set the image's position to follow the mouse image.style.left = e.pageX + 'px'; image.style.top = e.pageY + 'px'; }); // Add the image to the page const gifContainer = $w('#gif-container'); gifContainer.append(image); // Disable page scrolling wixWindow.scroll.disable(); }); // Enable page scrolling when the page unloads $w.onUnload(function() { wixWindow.scroll.enable(); });