Make images clickable so you can get full size
This commit is contained in:
parent
9409cabc08
commit
453a8d5ef3
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ plugins.factory('userPlugins', function() {
|
|||
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…
Reference in a new issue