let scale = .6; let w = $('.box').width() * scale; let h = $('.box').height() * scale; $('.box').css({'height' : h, 'width' : w}) console.log($('.box').width())