SlRvb / Obsidian--ITS-Theme

Theme designed with readability and customizability in mind. Change it easily to your liking with the Style Settings plugin installed.
https://publish.obsidian.md/slrvb-docs/ITS+Theme/ITS+Theme
GNU General Public License v2.0
523 stars 112 forks source link

Fixed popover custom image sizing #198

Closed FireIsGood closed 1 year ago

FireIsGood commented 1 year ago

Fixes #182 by making popover images not set fit the max width. This will make built-in image sizing work for resizing images smaller than the popover but not overflow the 100% width.

Markup used to test (replace with your own images):

Small image

![[leaf-on-log.png|100]]

Big image

![[moss-branch.png|800]]

Regular image

![[sky-train.png]]

Original

https://user-images.githubusercontent.com/109556932/236649305-c7d17911-2cc1-4675-bf46-fc5e062952ee.mp4

Fixed

https://user-images.githubusercontent.com/109556932/236649270-a0fc6f9c-8d86-4cc6-9207-a085328291ee.mp4