Link.inc plugin shows the title field as both width and height on line 593. Change to 'width' = $attributes['width'] and 'height' = $attributes['height'] to get resize of thumbnails to work properly.
Sharon
Link.inc plugin shows the title field as both width and height on line 593. Change to 'width' = $attributes['width'] and 'height' = $attributes['height'] to get resize of thumbnails to work properly.
Sharon
Comments
Comment #1
publicmind commentedThanks, fix committed to dev