var width = image.offsetWidth, height = image.offsetHeight; image.style[width > height ? 'height' : 'width'] = '100%';