You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Hello everyone
The other day I encountered a situation where I needed to slightly reduce the preview of window due to the fact that the preview was not in the visual studio tab.
Describe the solution you'd like
Window preview resizing in pressed Ctrl by scrolling mouse wheel
Describe alternatives you've considered
I noticed this preview function when working with extensions for Visual Studio and Rider.
Additional context
The text was updated successfully, but these errors were encountered:
In other words, this is a request to scale/zoom the Preview pane's contents with CTRL + +/Scrollwheel_Up to zoom in (increase scale) or CTRL + -/Scrollwheel_Down to zoom out (decrease scale)
Hi @prashantvc.
I've been thinking about zooming in and out of the preview. And I encountered such a problem as the size of the window, is it possible to get the width and height of the window from the axaml and add it to the HTML code? Because the iframe element cannot be rendered depending on its content.
@SignalMQ it was possible in the previous version of the extension. Due to changes in how previewer is rendered from the Avalonia library I had to use preview as is right now. But be sure the functionality you are looking for will return soon
Is your feature request related to a problem? Please describe.
Hello everyone
The other day I encountered a situation where I needed to slightly reduce the preview of window due to the fact that the preview was not in the visual studio tab.
Describe the solution you'd like
Window preview resizing in pressed
Ctrl
by scrolling mouse wheelDescribe alternatives you've considered
I noticed this preview function when working with extensions for Visual Studio and Rider.
Additional context
The text was updated successfully, but these errors were encountered: