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