Forum Discussion
TeddyParvanova-
2 years agoCommunity Member
SVG images in Rise don't scale?
I added SVG images into Rise and when I preview the course, they are cropped. I've used them before and I remember that they scaled and responded to different screen sizes. But not in my current course.
Has anything changed? Or am I missing something?
Hi Teddy!
Can you try editing your SVG image in a text editor, such as Notepad, and add width and height attributes to the opening <svg> tag, see sample attributes below. Then, save and close the file and reimport it into Rise 360.
width="1000px" height="500px"
Let me know if you need further assistance on this. Have a lovely day!
- TeddyParvanova-Community Member
Yes, this works. But it still doesn't scale when you view on different window sizes.
Thank you for the suggestion though.