$(document).ready(function() {var bodyHeight = $("body").height(); var vwptHeight = $(window).height();
if (vwptHeight > bodyHeight) {
$("#player").css({'bottom':'8%', 'position':'fixed'});} });<div id='player'></div>#player { display: block; height: 35%; width: 35%; z-index: 2; }