Thanks Gade :)
You are welcome Maxibon!
I'm glad you enjoyed it Insaniot!
Keep in mind I cannot pander to both desktop and mobile at the same time.
@media (max-width: 768px) and (orientation: landscape) {
#svg1 {
height: 100vh;
width: auto;
max-width: none;
max-height: 100vh;
}
That way on landscape there's no max-width and it'll just resize properly. Not 100% though.
You better!Thanks Gade :)
Don't hurt meYou are welcome Maxibon!
I'm glad you enjoyed it Insaniot!
Keep in mind I cannot pander to both desktop and mobile at the same time.
@media (max-width: 768px) and (orientation: landscape) {
#svg1 {
height: 100vh;
width: auto;
max-width: none;
max-height: 100vh;
}
}
That way on landscape there's no max-width and it'll just resize properly. Not 100% though.