We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 845fd2c commit 60995e9Copy full SHA for 60995e9
1 file changed
Picviewer CE+/Picviewer CE+.user.js
@@ -21354,7 +21354,7 @@ ImgOps | https://imgops.com/#b#`;
21354
} else {
21355
self.imgState.style.display = "";
21356
}
21357
- if (afterImgSize.w < 220 || afterImgSize.h < 220) {
+ if (afterImgSize.w < 220) {
21358
self.maxButton.style.opacity = "0";
21359
self.closeButton.style.opacity = "0";
21360
0 commit comments