obsidian-image-toolkit icon indicating copy to clipboard operation
obsidian-image-toolkit copied to clipboard

Could you please turn off the function of enlarging the picture that comes with Obsidian when you click to preview the picture? It would be conflicting

Open AHUIc opened this issue 2 years ago • 3 comments
trafficstars

AHUIc avatar Oct 20 '23 17:10 AHUIc

Could you find out where the conflict of enlarging the picture actually comes from? from some plugins? from a theme?

Please provide more details about the conflict, e.g. screenshot, theme, plugins, Obsidian version, ...

sissilab avatar Oct 21 '23 01:10 sissilab

Hello,

@sissilab it is a feature of the minimal theme, here an example of the behaviour:

https://github.com/sissilab/obsidian-image-toolkit/assets/11019190/3dd59eef-f8c3-4d6c-9d61-45a5fa1be632

After some searching, I managed to disable the click-to-zoom feature in this way: https://github.com/kepano/obsidian-minimal/issues/41#issuecomment-971821526

lucmos avatar Jan 10 '24 18:01 lucmos

After some searching, I managed to disable the click-to-zoom feature in this way: kepano/obsidian-minimal#41 (comment)

Right! The issue is caused by a certain themes (e.g. minimal theme) that have an image zoom function similar to the one in this plugin. Since both this plugin and a theme can zoom images, we have to choose one and disable the other.

sissilab avatar Jan 11 '24 01:01 sissilab