Hey guys,
Considering using couch for a project, whose CMS integration I will need to do in a couple of weeks. The option is Couch/Django, and we would really like to use Couch (with a license) for this one..
Basically, it's for an artist portfolio site, where the artist has images in 3 different ratios and widths - portrait, landscape and square (or close to a square)...
I'm just wondering how to get the CMS to output these images at different widths? The widths will be 350 for portrait, 520 for landscape and 400 for squares and squarish looking things.. Since there's not much variations in the image sizes, would you suggest just resizing them to the largest size of 520, and having some sort of radio buttons in the CMS: isPortrait, isLandscape, isSquare and then some classes are outputted and I change the image sizes in the CSS? It would be nice, though, if the backend could resize the widths..
Let me know what you think and if I'm not being clear..
Considering using couch for a project, whose CMS integration I will need to do in a couple of weeks. The option is Couch/Django, and we would really like to use Couch (with a license) for this one..
Basically, it's for an artist portfolio site, where the artist has images in 3 different ratios and widths - portrait, landscape and square (or close to a square)...
I'm just wondering how to get the CMS to output these images at different widths? The widths will be 350 for portrait, 520 for landscape and 400 for squares and squarish looking things.. Since there's not much variations in the image sizes, would you suggest just resizing them to the largest size of 520, and having some sort of radio buttons in the CMS: isPortrait, isLandscape, isSquare and then some classes are outputted and I change the image sizes in the CSS? It would be nice, though, if the backend could resize the widths..
Let me know what you think and if I'm not being clear..