akirafreak / phppi

Automatically exported from code.google.com/p/phppi
GNU General Public License v3.0
0 stars 0 forks source link

Flashes between images #22

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
When I browse through my images, the screen flashes white when clicking on 
"next" (Windows 7, Chrome).

Best regards,
Christoph

Original issue reported on code.google.com by muelli1...@gmail.com on 5 Dec 2012 at 1:27

GoogleCodeExporter commented 8 years ago
I can only assume this to be a delay when browsing (page loading) as web pages 
default to white for their background color. I have primarily been testing on a 
local server so I may need to do some web based testing to see if it occurs for 
me.

Original comment by gorounreal on 7 Dec 2012 at 12:03

GoogleCodeExporter commented 8 years ago
I think it occurs on larger images that have a longer loading time.
Am 07.12.2012 13:03 schrieb <phppi@googlecode.com>:

Original comment by muelli1...@gmail.com on 7 Dec 2012 at 12:06

GoogleCodeExporter commented 8 years ago
Ah ok, in that case you might want to try increasing the amount of memory 
available to PHP (check PHPPI settings). Sometimes images take longer to load 
if there isn't enough memory available to php (and can also corrupt the image). 
Otherwise it might be beneficial to optimize the image before using with PHPPI 
(especially if you're making it web based).

The other alternative would be to enable javascript navigation in the settings. 
This eliminates any page loads between images but requires javascript. Enabling 
fancybox would also work but it disables the built in viewer.

Original comment by gorounreal on 7 Dec 2012 at 12:42