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