Properly scale result images in resultsdetail
Project: http://git-wip-us.apache.org/repos/asf/climate/repo Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/f922ce66 Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/f922ce66 Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/f922ce66 Branch: refs/heads/master Commit: f922ce666afff5e4f57237fad3a4ff1c9468387f Parents: 8f37553 Author: Michael Joyce <[email protected]> Authored: Fri Jul 18 13:51:09 2014 -0700 Committer: Michael Joyce <[email protected]> Committed: Fri Jul 18 13:51:09 2014 -0700 ---------------------------------------------------------------------- ocw-ui/frontend-new/app/views/resultsdetail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/climate/blob/f922ce66/ocw-ui/frontend-new/app/views/resultsdetail.html ---------------------------------------------------------------------- diff --git a/ocw-ui/frontend-new/app/views/resultsdetail.html b/ocw-ui/frontend-new/app/views/resultsdetail.html index 40a55a2..2febdd2 100644 --- a/ocw-ui/frontend-new/app/views/resultsdetail.html +++ b/ocw-ui/frontend-new/app/views/resultsdetail.html @@ -4,7 +4,7 @@ <div class="{{alertClass}}">{{alertMessage}}</div> <ul> <li ng-repeat="figure in figures"> - <img class="result-figures" ng-src="{{baseURL}}/static/eval_results/{{figure}}" alt="" /> + <img class="img-responsive" ng-src="{{baseURL}}/static/eval_results/{{figure}}" alt="" /> </li> </ul> </div>
