null

Cookie setting set to 'Allow All Cookies' to give you the very best experience! Please click Accept Cookies to continue to use the site.

"Jumpman"

$110.00
Write a Review
Exclusive Limited Edition Quantity:
100 16x16" Giclée

Description

Check out the entire Nintendo Collection!

Mario is the most famous and beloved Italian brick-punching plumber in the world, but did you know he was originally named "Jumpman"? Of course you did, because you were cool enough to have clicked on this art!

━━━━━━━━━━━━━━━━━━━━

Want your own custom Mod Pop Art? Please visit the Contact page for commission requests!

Artwork © John Lathrop/Plaid Design. Characters/subject matter of source material © original owner(s)/creator(s). Not officially licensed, but 100% protected under fair use and/or parody laws due to being original artwork of a transformative nature.
document.addEventListener("DOMContentLoaded", function() { const soundButton = document.querySelector(".video-unmute"); const desktopVideo = document.querySelector(".video-desktop"); const mobileVideo = document.querySelector(".video-mobile"); if (!soundButton) return; soundButton.addEventListener("click", function() { // Toggle sound for both desktop and mobile videos [desktopVideo, mobileVideo].forEach(video => { if (video) { video.muted = !video.muted; } }); // Optional: Update button text dynamically const isMuted = (desktopVideo && desktopVideo.muted) || (mobileVideo && mobileVideo.muted); soundButton.textContent = isMuted ? "SOUND 🔇" : "SOUND 🔊"; }); });