mwittrien / BetterDiscordAddons

A series of plugins and themes for BetterDiscord.
GNU General Public License v2.0
2.09k stars 3.84k forks source link

[BUG] - ImageUtilities conflict with plugin CollapseEmbeds #2293

Closed longxa762 closed 1 year ago

longxa762 commented 1 year ago

Describe the bug Image constantly expanding on hover.

To Reproduce Toggle both plugin ON

Expected behavior Image stay still until clicked on.

Screenshots https://imgur.com/a/kJoFZs8

Discord Build (stable, ptb or canary): stable

Additional context https://github.com/Zerthox/BetterDiscord-Plugins/issues/146 The dev of CollapseEmbeds say ImageUtilities did some weird height modifications that caused the conflict.

mwittrien commented 1 year ago

can you send your ImageUtilities.config.json in here

longxa762 commented 1 year ago
ImageUtilities.config.json ```JSON { "all": { "detailsSettings": { "footnote": true, "tooltip": false, "tooltipDelay": 0 }, "engines": { "_all": true, "Baidu": true, "Bing": true, "Google": true, "GoogleLens": true, "ImgOps": true, "IQDB": true, "Reddit": true, "SauceNAO": true, "Sogou": true, "TinEye": true, "WhatAnime": true, "Yandex": true }, "galleryFilter": { "3gp": true, "avi": true, "flv": true, "jpeg": true, "jpg": true, "gif": true, "mov": true, "mp4": true, "mpeg-1": true, "mpeg-2": true, "ogg": true, "png": true, "svg": true, "webm": true, "webp": true, "wmv": true }, "general": { "nsfwMode": false }, "places": { "userAvatars": true, "groupIcons": true, "guildIcons": true, "streamPreviews": true, "emojis": true }, "rescaleSettings": { "messages": "NONE", "imageViewer": "NONE" }, "viewerSettings": { "zoomMode": true, "galleryMode": true, "details": true, "copyImage": true, "saveImage": true, "jumpTo": true }, "zoomSettings": { "lensSize": 200, "pixelMode": false, "zoomLevel": 2, "zoomSpeed": 0.1 } } } ```

Everything is on default, I haven't tinker with the setting

Edit: I just updated ImageUtilities to 5.2.3 and the issue seem to be fixed.