This object is in archive! 

How to properly add A HREF link to an image?

elmuSSo shared this question 11 years ago
Answered

Im digging in the html properies of the points and Im trying to add a thumbnail picture which is the link to the full image.


it looks like that:


<a href="http://forgotten.pl/uploaded_images/1223-elmuSSo-201269222458.jpeg" target="_blank"><img src="http://forgotten.pl/uploaded_images/1223-elmuSSo-201269222458-thumb.jpeg" alt="Dostępne online"></a>


Thumbnail is visible. But after clicking on it, nothing happens. It looks like Android is not capturing a request of opening the image, or there is no proper intent receiver for http://.*.jpeg ? I also tried


target="_self"


target="_parent"


target="_top"


and without target parameter. Nothing. I also need to add, that the normal (which are not requesting an image) links are being opened normally.

Replies (1)

photo
0

hmm interesting. For me it works correctly. Android default gallery open and display big image.


You may try install any additional gallery application. Maybe your older gallery have problems with capturing intents created by click on photo

Replies have been locked on this page!