CSS Code :
Img,a img{border:0; margin:0; padding:0; max-width:590px; width:expression (this.width590?590px:this.width); max-height:590px; Height:expression (This.height590?590px:this.height); There are 2 problems with the code above! 1. It will change the picture very
Img,a img{
border:0;
margin:0;
padding:0;
max-width:590px;
Width:expression (this.width>590? ") 590px ": this.width);
max-height:590px;
Height:expression (this.height>590? ") 590px ": this.height);
}
The above code will show 2 questions!
1. Will make the picture very small. To refresh once to display properly!
2. Pictures will not be scaled down, the picture is seriously deformed!
Modify the following:
<!--Begin CSS control picture size 09.1.15--
<style type= "Text/css" >
<!--
Img,a img{
border:0;
margin:0;
padding:0;
max-width:650px;
Width:expression (This.width > 650 && this.width > this.height 650px: ' Auto ';);
max-height:1650px;
Height:expresion (This.height > 1650 1650px: ' Auto ';);
}--
</style>
<!--End CSS controls picture size 09.1.15--
Put the above code in theWeb TemplatesBetween the
Solve phpcms picture too big bursting table picture adaptive picture scaled down