2013-01-28, 20:25:14
Hello
I'm GS user for ca. 2 years now. But there's one thing I miss. You know guys about new trend for responsive design. I have tried to make a few sites recently that use responsive design but there're always some troubles with images inside pages. And I don't mean website design but all that images that need to be inserted inside content, where you don't know how big these can be. It's hard to handle with CSS, so some kind of plugin would be great help for all of us that have to handle responsive websites nowadays.
How could it work? I think that the best solution would be generating some sizes of any uploaded image depending on rules set by user (depending on media-queries). Let's say I have a media-query for screen size 1280 and above that is default set. This would be 100% size. Then I have a media query for 1024 px screen size and for that I need just 75% of default image size. And so on, smaller for 768, 480, 320... I just wander how to check out which version is required so there should be some kind of resolution check out.
I'm not a programmer - this is just an idea for what many of us - designers would find very helpful, for your consideration.
Is that possible to implement?
I'm GS user for ca. 2 years now. But there's one thing I miss. You know guys about new trend for responsive design. I have tried to make a few sites recently that use responsive design but there're always some troubles with images inside pages. And I don't mean website design but all that images that need to be inserted inside content, where you don't know how big these can be. It's hard to handle with CSS, so some kind of plugin would be great help for all of us that have to handle responsive websites nowadays.
How could it work? I think that the best solution would be generating some sizes of any uploaded image depending on rules set by user (depending on media-queries). Let's say I have a media-query for screen size 1280 and above that is default set. This would be 100% size. Then I have a media query for 1024 px screen size and for that I need just 75% of default image size. And so on, smaller for 768, 480, 320... I just wander how to check out which version is required so there should be some kind of resolution check out.
I'm not a programmer - this is just an idea for what many of us - designers would find very helpful, for your consideration.
Is that possible to implement?