/* BEGIN Image resize */ #posts IMG { max-width: 700px; width: expression (this.width > 700 ? "700px" : true); } #collapseobj_threadreview IMG { max-width: 700px; width: expression(this.width > 700 ? 700: true); } /* END Image resize */
Show Your Support
return '<a target="_blank" rel="lightbox" href="' . $link . '"><img src="' . $link . '" border="0" alt="" /></a>';
/* BEGIN Image resize */ #posts IMG { max-width: 600px; height: expression(this.height > 1024 ? "1024px" : true); width: expression(this.width > 768 ? "768px" : true); } #collapseobj_threadreview IMG { max-width: 600px; height: expression(this.height > 1024 ? "1024px" : true); width: expression(this.width > 768 ? "768px" : true); } /* END Image resize */