nice, but poor in high customization
-
Good plugin, excellent support.
I just encounter 2 issues:
– it doesn’t crop the picture at all, it adds width and height attributes to the image, but I want the image to be cropped as a square. So I changed the code of the picture and put it as a background image.
Here’s my code
$width = strlen($width)>0 ? 'width:'.$width.'px' : ''; $height = strlen($height)>0 ? 'height:'.$height.'px' : ''; $replace = '<a href="'.$photo_link.'" title="'.htmlspecialchars($title, ENT_QUOTES).'" target="_blank" style="background-image:url('.$photo_source.'); '.$width.'; '.$height.'"></a>';
– I’m looking for an option to select the displayed statuses
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘nice, but poor in high customization’ is closed to new replies.