diff --git a/projects/Demo/Demo/wwwroot/css/app.css b/projects/Demo/Demo/wwwroot/css/app.css index e8086b56..086baeb7 100644 --- a/projects/Demo/Demo/wwwroot/css/app.css +++ b/projects/Demo/Demo/wwwroot/css/app.css @@ -23,4 +23,14 @@ .col{ text-align:center; padding-top: 5px; +} +img.shot { + max-width: 100%; + max-height: 100%; + width:100%; +} +img.shot.zoom { + width:auto; + max-width:none; + max-height: none; } \ No newline at end of file diff --git a/projects/Demo/Demo/wwwroot/index.html b/projects/Demo/Demo/wwwroot/index.html index 272a9ffc..c58fa9ee 100644 --- a/projects/Demo/Demo/wwwroot/index.html +++ b/projects/Demo/Demo/wwwroot/index.html @@ -22,70 +22,10 @@ - +