Obsidian--ITS-Theme icon indicating copy to clipboard operation
Obsidian--ITS-Theme copied to clipboard

[Bug] Profile and Banner Image Adjustments not allowing image to resize

Open berot3 opened this issue 3 years ago • 1 comments
trafficstars

Describe the bug

Can not change picture-size when there is the word "profile" in the image-text.

Expected behavior It should be always possible to resize images.

To Reproduce

try this: ![Engelbart|10](https://history-computer.com/ModernComputer/Basis/images/Engelbart.jpg)

and than add "profile" to the text: ![Engel profile bart|10](https://history-computer.com/ModernComputer/Basis/images/Engelbart.jpg)

As you can see it doesn't resize anymore.

Same for when "banner" appears somewhere in the text.

This comes from here: Guide/Image-Positions.md

But I don't think this is the wanted behavior?

OS

Where does the bug occur?

  • [x] Desktop
  • [ ] Mobile

Obsidian Version: 0.15.8

berot3 avatar Jul 26 '22 14:07 berot3

Escaping the word profile should help. ![Engel \profile bart|10](https://history-computer.com/ModernComputer/Basis/images/Engelbart.jpg)

For external images I targeted the alias because it usually doesn't have text that appears and makes it a good place to allow for image adjustments.

I'm not sure which course would be the best to fix this issue. Should I implement an |unset to undo any Image Adjustment stuff or should I have the option for a toggle/class to remove it from affecting images everywhere in my theme?

SlRvb avatar Aug 01 '22 04:08 SlRvb