网页下图片固定显示
网页上图片固定显示
固定高度 : onload= "if(this.clientHeight> 80)this.height=80"
固定宽度 : onload= "if(this.clientWidth> 80)this.width=80"
高度宽度都固定 : onload= "this.width=80,this.width=80"
eg:<img border="0" src="../../${caseAttachment.filePath}" onload= "if(this.clientHeight> 80)this.height=80"/>