|
|
|
|
|
by bmelton
5265 days ago
|
|
Complicated(?) template rendering. I have a template with varying sized elements, and a collection of images that I need to stuff into said template. Not sure how to accomplish it, as I can't just iterate through the results as I need to put the right sized image into the right-sized grid (or scale it, which might be easier), but either way, I have four columns, some of which have either 1 or 2 rows, and each of the rows may be of different heights. I know that there will always be seven elements in the template, and there are fixed heights that I can cheat with, but beyond that, I'm stumped. |
|