This topic is locked

Can't Zoom Image with Double-Click

9/6/2013 1:51:01 PM
PHPRunner General questions
P
prof_alexvb author

I need to show images, and zoom it with double-click, feature that works fine if I do the upload using phprunner itself (with 'show thumbnails' enabled at 'view as', field = image.).
But, my case is: the images are uploaded periodically by another software. The thumbnails are shown ok, but nothing happens when double-clicked.

How to fix it? Someone could help? Thanks in advance.

Sergey Kornilov admin 9/6/2013

PHPRunner thumbnails functions needs two images: thumbnail and full size image. When you upload file via PHPRunner application it generates a second, thumbnail file for you. I guess this explains why it doesn't work with third party files - thumbnail file doesn't exist.

P
prof_alexvb author 9/6/2013



PHPRunner thumbnails functions needs two images: thumbnail and full size image. When you upload file via PHPRunner application it generates a second, thumbnail file for you. I guess this explains why it doesn't work with third party files - thumbnail file doesn't exist.


Ok, I can create an app to make the thumbnails. What more I need to do to put it to work?

Sergey Kornilov admin 9/6/2013

Thumbnails should be of certain size and should be named accordingly (depending on version of PHPRunner you use).
My suggestion is to upload a few files via PHPRunner to see what files it creates and mimic this behaviour from your third party app.