Quote:
Originally Posted by Namaless
Please fix this version with this css trick:
resize_images_html
Add !important to this line:
Code:
.highslide img {
max-width:{vb:raw vboptions.rs_img_maxwidth}px !important;
width: expression(this.width > {vb:raw vboptions.rs_img_maxwidth} ? {vb:raw vboptions.rs_img_maxwidth} : true);
}
|
thank you mate this worked perfect on vB4.1.7 PL1