Commit 0a1e6cd3 by Kim Peace

add max height and width for picture modal

parent 17d3b6c4
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
</button> </button>
</div> </div>
<div class="modal-body"> <div class="modal-body">
<div class="picture-modal"> <div class="picture-modal" style="max-height: 85vh; max-width: 85vw;">
<img src="" id="modal_image"> <img src="" id="modal_image">
</div> </div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment