mirror of
https://github.com/javl/image2cpp.git
synced 2026-09-11 09:03:04 +00:00
update layout and descriptions
This commit is contained in:
+1
-1
@@ -868,7 +868,7 @@ function handleImageSelection(evt) {
|
||||
checkImagesAvailable();
|
||||
};
|
||||
|
||||
imageEntry.querySelector('.js-file-name').textContent = `${file.name} (file resolution: ${img.width} x ${img.height})`;
|
||||
imageEntry.querySelector('.js-file-name').textContent = `${file.name} (image size: ${img.width} x ${img.height} px)`;
|
||||
imageEntry.querySelector('.js-remove').onclick = removeButtonOnClick;
|
||||
|
||||
fileInputColumnEntryRemoveButton.onclick = removeButtonOnClick;
|
||||
|
||||
Reference in New Issue
Block a user