PawsAndPetals/gallery.js
2025-04-01 09:18:49 +00:00

4 lines
69 B
JavaScript

function maximise(target){
target.classList.toggle("maximised")
}