flammy / imagebox

This dokuwiki plugin displays captions in a box drawn around an image.
https://www.dokuwiki.org/plugin:imagebox
GNU General Public License v2.0
5 stars 7 forks source link

Large images not resized with PHP 8.x #122

Open eilko opened 1 year ago

eilko commented 1 year ago

After updating to the latest Dokuwiki release and at the same time to php 8.2 I have problems with images that are larger then the screen size. Without the [] around the image tag, the image resizes perfectly. But when I use the imagebox tags, the image is not resized but cropped. When I add a "?nolink&700" size attribute smaller than the body size, it works again good.

Instead of this

Screenshot 2023-08-19 at 13 14 42

it shows now

Screenshot 2023-08-19 at 13 15 02

Are you able to fix this?

nesetril commented 1 year ago

I have the same problem with PHP 7.3

eilko commented 11 months ago

Anybody interested in fixing this issue? 100 euros bounty for the fix.