jquery实现图片按比例缩放示例_jquery
来源:动视网
责编:小采
时间:2020-11-27 21:25:03
jquery实现图片按比例缩放示例_jquery
jquery实现图片按比例缩放示例_jquery: .thumbnail{overflow:hidden;width:400px;height:240px;} $(function(){ /* 图片不完全按比例自动缩小 by zwwooooo */ $('#content div.thumbnail img').each(function(){ var x = 400; //填入
导读jquery实现图片按比例缩放示例_jquery: .thumbnail{overflow:hidden;width:400px;height:240px;} $(function(){ /* 图片不完全按比例自动缩小 by zwwooooo */ $('#content div.thumbnail img').each(function(){ var x = 400; //填入

jquery实现图片按比例缩放示例_jquery
jquery实现图片按比例缩放示例_jquery: .thumbnail{overflow:hidden;width:400px;height:240px;} $(function(){ /* 图片不完全按比例自动缩小 by zwwooooo */ $('#content div.thumbnail img').each(function(){ var x = 400; //填入