<script type="text/javascript">
				 
				 (function() {
					var wf = document.createElement('script');
					wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
						'://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
					wf.type = 'text/javascript';
					wf.async = 'true';
					var s = document.getElementsByTagName('script')[0];
					s.parentNode.insertBefore(wf, s);
				 })();
				 
				$(document).ready(function() {
					$.noConflict();					 									
					
					jQuery('#banner-example-1').kenburn(
						{										
							width:980,
							height:736,
							
							thumbWidth:210,
							thumbHeight:122,
							thumbAmount:4,							
							thumbSpaces:5,
							thumbMargin:5,
							
							shadow:'false',
							
							parallaxX:0,
							parallaxY:10,
							captionParallaxX:-40,
							captionParallaxY:2,
							
							touchenabled:'off',
							pauseOnRollOverThumbs:'off',
							pauseOnRollOverMain:'off',
							
							timer:10
						});
						
						
					
						
			});

Aşağıdaki değer otomatikmen piksel oluyor, bunu % olarak nasıl yapabiliriz?
%100 yapmak istiyorum yani sayfayı kaplasın, bu şekilde yarım çıkıyor.
Yardım edeceklere şimdiden teşekkürler.

					width:980,