$('.content-video video').click (function () { var img = new Image(); img.src = this.poster; console.log(img.naturalWidth, img.naturalHeight); }