我有一个包含YB_full_content_img_header类的div。我想改变的高度div与60%的当前高度取决于客户端屏幕宽度。
var screen = jQuery(window).width();
var div= jQuery(".YB_full_content_img_header");
div.css('height',60%???);
我的代码不起作用。谢谢。
我正在使用jquery ,我正在寻找的是固定图像的大小和高度,有没有什么插件可以自动改变图像的高度和宽度到特定的像素。
<div id='coin-slider'>
<a href="#" target="_blank">
<img src='@img01.jpg' > //size should be 960 x 305 , cant use height and width as it will disturb the pixel definition </a> &