hi
I want to show a long vertical screen using svg.
The space is long enough vertically, but the picture is cut off.
I want to show a long vertical screen.
What should I do?
thans
That is likely down to the SVG you have entered having height and width (or view port) settings.
Read this - in particular the part on "How to Scale SVG to Fit the Available Width (and adjust the height to match)" (which is most useful option)
thanks!!!!!