通过aspectratio给定最大宽度和高度来查找图像宽度和高度

时间:2014-11-11 11:02:01

标签: javascript css image mozilla aspect-ratio

我正在尝试查找图像aspectratio,因此width/height给出了任何图像的宽高比。但是,当我将max-widthmax-height设置为somevalue时,我想设置图像的宽度和高度,就像设置图像的宽度和高度一样。

如何进行此计算以查找具有正确宽高比的图像的宽度和高度?

new_width = width/height*user_definedwidth;
像这样,但我想计算任何图像的宽度和高度?

How mozilla sets both width and height with aspect ratio when max-width or max-height have set.

我需要向用户上传的图片显示正确的宽高比,但需要调整大尺寸图片。



<img src="http://hdcomputerwallpaper.com/wp-content/uploads/2013/12/Puppy-images.jpg" style='max-width:200px;'/>
&#13;
&#13;
&#13;

0 个答案:

没有答案