File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ private void WriteImage(Stream ms)
8585 }
8686 }
8787
88- [ AddHeader ( ContentType = "image/jpg " ) ]
88+ [ AddHeader ( ContentType = "image/png " ) ]
8989 public object Get ( Resize request )
9090 {
9191 var imagePath = UploadsDir . CombineWith ( request . Id + ".png" ) ;
Original file line number Diff line number Diff line change 1111 font-size : 13px ;
1212 padding : 0 10px ;
1313 }
14+ a {
15+ color : # 205AAF ;
16+ text-decoration : none;
17+ }
1418 td {
1519 vertical-align : top;
1620 text-align : left;
5458</ head >
5559< body >
5660 < p class ="links ">
57- < a href ="https://github.com/ServiceStack/ServiceStack.UseCases/blob/master/ImageResizer/Global.asax.cs "> 1 Page C #</ a > /
58- < a href ="https://github.com/ServiceStack/ServiceStack.UseCases/blob/master/ImageResizer/default.html "> 1 HTML </ a > /
61+ < a href ="https://github.com/ServiceStack/ServiceStack.UseCases/blob/master/ImageResizer/Global.asax.cs "> 1 page c #</ a > |
62+ < a href ="https://github.com/ServiceStack/ServiceStack.UseCases/blob/master/ImageResizer/default.html "> 1 html </ a > |
5963 < a href ="http://stuckincustoms.smugmug.com/ "> photography</ a >
6064 < a href ="http://www.servicestack.net "> < img src ="http://mythz.servicestack.net/favicon.png " title ="ServiceStack " height ="16 " align ="absmiddle " /> </ a >
6165 </ p >
6266
67+ < a href ="http://www.servicestack.net "> < img src ="http://mythz.servicestack.net/favicon.png " title ="ServiceStack " style ="float:left;height:30px;margin: 0 5px 0 0; " /> </ a >
6368 < h1 > Image Resizer</ h1 >
6469
6570 < table > < tr >
You can’t perform that action at this time.
0 commit comments