Generation

generate functionThu, 17 Oct 2024

galleria immagini 160px 120px che al click del mouse si aprano a dimensione reale in una finestra. non si possono aprire due finestre in contemporanea, un nuovo click su una nuova foto sostituisce la vecchia

ript function openImage(img) { var img = new Image(); img.src = img.src; img.onload = function() { var canvas = document.createElement('canvas'); canvas.width = this.width; canvas.height = this.height; var ctx = canvas.getContext('2d'); ctx.drawImage(

Javascript
Generate More

Questions about programming?Chat with your personal AI assistant