图片像素

 

提示:为了获得更好的推荐量和点击量,请尽可能使用大尺寸图片,建议分辨率:1280×720(最小宽度为 640 像素)。 请务必上传和视频内容相关、有引导价值的图片,如有作弊情况将被封号处理。

 

 

 

 

js 判断上传图片尺寸大小(var img =new Image()) - CSDN博客 https://blog.csdn.net/dcb_ripple/article/details/52175842

 

 

    function uploadFile()
        {
            var imgWidth = document.getElementById("imgShow").width;
            var imgHeight = document.getElementById("imgShow").height;
            alert("宽度:"+imgWidth)
            alert("高度:"+imgHeight)
        }

  

 

posted @ 2018-04-24 16:49  papering  阅读(411)  评论(0编辑  收藏  举报