First of all, I love the Fotorama plugin, great work. However, I felt the default image size used for the full screen slideshow was too low, resulting in a slightly blown up pixelated look. I made the following code change and feel it looks much better (for my needs).
File: ../plugins/Fotorama/main.inc.php
Around line 84 I changed:
$row['derivative_big'] = DerivativeImage::get_one($big_type, $row['src_image']);
to
$row['derivative_big'] = DerivativeImage::get_one('xxlarge', $row['src_image']);
I am sure there is a better way to do this, but that worked for me. Thanks again for this amazing plugin. Cheers.
Piwigo 2.6.1
Operating system: Linux
PHP: 5.3.27 (Show info) [2014-03-25 16:19:13]
MySQL: 5.5.35-cll [2014-03-25 19:19:13]
Graphics Library: GD bundled (2.1.0 compatible)
Thanks for this tip.
I use a a dream color display high resolution and always like to see the best quality.
Offline
Hi. Piwigo 13.8.0
The "Fotorama" plugin stopped working. It works only if the "Replace pages with photos" checkbox is enabled. But I don't like this one. The plugin was uninstalled and reinstalled, but still does not work. Only the built-in slideshow works. (( Is there any way to fix this?
Last edited by Ewgeniy (Today 21:16:25)
Offline