![]() |
|
Displaying cached full size images - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Displaying cached full size images (/thread-12546.html) |
Displaying cached full size images - kilroy - 2016-07-02 I am using getFullImageURL() in my templates to display the full sized image. By default, this shows the original image from the /albums/ directory. Checking the [i]cache full sized[/i] option in Admin > Option > image does not change this: the original image is still displayed (is this normal?). Selecting the [i]protected view[/i] from the dropdown menu has the following effect: [list] [/list] Is there a way to ensure that the cached image URL is displayed every time, even at first page load? Displaying cached full size images - sbillard - 2016-07-02
The descriptions tell you that this option does nothing unless the To pre-cache the full images you will need to add an image cache size to the cacheManager plugin and run the cache manager Displaying cached full size images - kilroy - 2016-07-04 Thanks for your prompt reply, sbillard. I took a look to the cache manager plugin and the full image size already appeared. |