Or if you want a popup, find this in ./Themes/default/scripts/theme.js:
this.style.width = this.style.height = this.style.width == 'auto' ? null : 'auto';Replace with:
window.open(this.src, 'image', 'menubar=0,resizable=1,width=' + this.style.width + ',height=' + this.style.height + '');