responsive design on a grid
Out of context: Reply #14
- Started
- Last post
- 41 Responses
- nocomply0
I'm finding that responsive images are a bitch. In his book "Responsive Web Design" Ethan talks about wrapping each image in a div with a percentage-set width.
That approach seems to work if you have the ability to manually create a div around each and every image you place in your site, but it doesn't work if you use a CMS like WordPress and have non-technically-inclined administrators populating the site with content.
I spent a lot of time working on that problem and created (sort of) a solution for it. Check out my blog post at http://www.evanwebdesign.com/201…. (I say "sort-of" because I feel that it's not a perfect solution, but it works fairly well for the time being.)
In the end, I'm finding that there just aren't any perfect solutions currently available. And I think others are finding more or less the same thing.