Show the image dimensions on mouse over

This commit is contained in:
cmdr2
2023-03-01 15:17:27 +05:30
parent b425b43d3e
commit 24cce08580
3 changed files with 11 additions and 2 deletions

View File

@ -269,6 +269,7 @@ function showImages(reqBody, res, outputContainer, livePreview) {
<span class="imgSeedLabel"></span>
</div>
<button class="imgPreviewItemClearBtn image_clear_btn"><i class="fa-solid fa-xmark"></i></button>
<span class="img_bottom_label">${imageWidth} x ${imageHeight}</span>
</div>
`
outputContainer.appendChild(imageItemElem)