fixes in img viewer
This commit is contained in:
parent
5f6d5e7a48
commit
4c0bea4f89
@ -5,12 +5,13 @@
|
||||
.Img-Viewer-Picture{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-image: url("./test-image.jpg");
|
||||
/* background-image: url("./test-image.jpg");
|
||||
background-size: contain;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center center;
|
||||
background-position: center center; */
|
||||
}
|
||||
|
||||
|
||||
.Img-Viewer-Picture-Toolbar{
|
||||
width: 100%;
|
||||
height: 35px;
|
||||
|
@ -11,9 +11,9 @@
|
||||
<!-- <div class="Img-Viewer-Picture-Toolbar">
|
||||
Toolbar
|
||||
</div> -->
|
||||
<div class="Img-Viewer-Picture-Container">
|
||||
<img src="data:{{.header}},{{.base64}}">
|
||||
</div>
|
||||
|
||||
<img class="Img-Viewer-Picture-Container"src="data:{{.header}},{{.base64}}">
|
||||
|
||||
</div>
|
||||
{{ end }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user