Make images clickable so you can get full size

This commit is contained in:
Tor Hveem 2013-10-19 13:10:35 +02:00
parent 9409cabc08
commit 453a8d5ef3

View file

@ -186,7 +186,7 @@ plugins.factory('userPlugins', function() {
url = url.replace(/.*\//, "http://media.fukung.net/imgs/") url = url.replace(/.*\//, "http://media.fukung.net/imgs/")
} }
content = '<img src="' + url + '" height="300">'; content = '<a target="_blank" href="'+url+'"><img src="' + url + '" height="300"></a>';
} }
} }