We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83db3e7 commit 770f97fCopy full SHA for 770f97f
1 file changed
Picviewer CE+/Picviewer CE+.user.js
@@ -23612,8 +23612,8 @@ ImgOps | https://imgops.com/#b#`;
23612
}
23613
23614
23615
- if (!limited) {
23616
- pa = this.data.img.offsetParent;
+ pa = this.data.img.offsetParent;
+ if (pa && !limited) {
23617
paPosi=pa.getBoundingClientRect();
23618
if (paPosi.width > 30 && paPosi.height > 30) {
23619
const style = unsafeWindow.getComputedStyle(this.data.img);
0 commit comments