I\'m trying to make this massive svg responsive. However, it\'s not working and I don\'t know why.
I tried the following: - setting width: 100% height: auto (the dia
Contrary to the assumptions in the comments it is perfectly fine to use length values specified as percentages. The spec covers the details in its basic data types section.
Combining this knowledge with the hints from the article you linked to in your question you could end up with something like the following for a responsive layout: