Ist here any way to set an if for the image size ?
I mean if the image size was bigger than 600px it makes it like this
HTML Code:
return '<a href="'. $link .'"><img src="' . $link . '" border="0" alt="" style="max-width: 600px" /></a>';
but if it was smaller than 600px it makes it like this one :
HTML Code:
return '<img src="' . $link . '" border="0" alt="" style="max-width: 600px" />';
??
any help is really appreciated ...