Make images clickable so you can get full size

with-route-provider
Tor Hveem 12 years ago
parent 9409cabc08
commit 453a8d5ef3
  1. 2
      js/plugins.js

@ -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>';
} }
} }

Loading…
Cancel
Save