Quote:
Originally Posted by BadgerDog
(Post 1244285)
I can ony get it to take any pic of XY size and do its fancy thing showing it as the same XY size. How can I display a small thumbnail of a pic, then when it gets clicked on, have this add-on code display the pic (or a different file of the same pic) in a larger size? Right now, it blows up a thumbnail and makes it all blurry as the original was so small to start with.
I notice in some of your demos, you have it doing exactly what I need it to do.
|
That is the way it does it, it takes a large picture, shrinks it down and displays it on the your screen as a smaller picture. For instance a 1280x1024 will be displayed as a 640x512 image on your screen, but you will have already downloaded the full size image to your PC and the full image is displayed when you click on it.
So, using it on a smaller image than 640 will make it blur as blows the image up and the resolution is not there to cope with making the dimension larger than the original image.
So, it is not suited to the purpose you want to put it. The script probably could be made to do what you want it to do, but I am only supporting the integration, and not the script itself, you will have to ask Lokesh (link in 1st post) if he can do it for you.
|