buchizo / ClaudiaIDE

This extension can change easily the background image of editor window in Visual Studio.
https://marketplace.visualstudio.com/items?itemName=kbuchi.ClaudiaIDE
626 stars 111 forks source link

Fixed MaxWidth and MaxHeight settings for Slideshow #190

Closed OrionFOTL closed 4 months ago

OrionFOTL commented 4 months ago

There is a bug that prevents the extension from applying the MaxWidth and MaxHeight properties for the Slideshow type.

Original, big image (3200x4500), MaxHeight: 0:

obraz

Current, MaxHeight: 1200: (no effect...)

obraz

Fixed, MaxHeight: 1200:

obraz

Fixes #191

buchizo commented 4 months ago

Thank you for your PR! :)