🌍
English
Hi,
I noted that when using the Embedded PDF reader, any file over 5MB will result in "The PDF you requested is too large to display on this page." is it possible to increase the files that can be opened, maybe adding a line to the LocalFiles Editor
Piwigo 15.0.0
PHP: 8.1.24
MySQL: 10.6.15
ImageMagick 7.1.0-9
Offline
Please insert the following code into the LocalFiles Editor. I have the value set to 20.
$conf['pdf_viewer_filesize_threshold'] = 5;
Offline
Hi, I've insert the code in the LocalFiles Editor and it works, Thank you!
Offline