Kenneth Gonsalves wrote:
> hi,
> when I open a jpg file directly in firefox, I get a magnifying glass cursor, 
> which on clicking gives me a bigger more detailed image. The same file when 
> served through the get_photo_url in a django template does not give this - 
> how can I achieve this?
>   
This is a browser feature. Some browsers have a plug-in that adds this
functionality. It has nothing to do with Django itself.

I'm not sure what 'get_photo_url' is, nor why you are trying to use
Django templates to present a straight jpg image.

In short, you'll need to investigate a client-side solution to get this
behavior, and Django is only server-side.

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to