Making Quattro theme responsive - CGSmartImage [solved]
Posted: Thu Apr 24, 2014 7:55 am
Hi All.
*** SEE BOTTOM POST FOR UPDATE ***
So i started to learn about responsive design and i am trying to make my current theme (the excellent Quattro theme by Goran) responsive.
I am just trying to use media queries for now. So when trying to resize the teaser at the top, the images get squashed and doesn't look nice. Can i make it use a different set of images using media queries?
Also, can i completely hide certain sections using media queries?
If you want to view the site, it is located here using username forum and password is the same as username.
UPDATE: I have found that using display: hidden works well to hide content you dont want to have shown, even if it feels like a hack. Especially considering that some of the content i am hiding have javascript acting on it and is still running in the background - the slider/teaser for example.
*** SEE BOTTOM POST FOR UPDATE ***
So i started to learn about responsive design and i am trying to make my current theme (the excellent Quattro theme by Goran) responsive.
I am just trying to use media queries for now. So when trying to resize the teaser at the top, the images get squashed and doesn't look nice. Can i make it use a different set of images using media queries?
Also, can i completely hide certain sections using media queries?
If you want to view the site, it is located here using username forum and password is the same as username.
UPDATE: I have found that using display: hidden works well to hide content you dont want to have shown, even if it feels like a hack. Especially considering that some of the content i am hiding have javascript acting on it and is still running in the background - the slider/teaser for example.