Здравствуйте уважаемые форумчане.
Есть код
<script type="text/javascript"> <!--
jQuery(function(){
jQuery('#camera_wrap_91').camera({
height: '225',
fx: 'simpleFade',
loader: 'pie',
pagination: 0,
thumbnails: 0,
time: 7000,
transPeriod: 1500,
alignment: 'center',
autoAdvance: 1,
mobileAutoAdvance: 1,
portrait: 1,
barDirection: 'leftToRight',
imagePath: 'http://localhost/modules/mod_slideshowck/images/',
navigationHover: true,
navigation: true,
playPause: true,
barPosition: 'bottom'
});
}); //-->
</script>
и в нем есть параметр height, который нужно изменять в зависимости от разрешения экрана. Как это дело реализовать?