How do you group or categorize your images in a web project?
How do you group or categorize your images in a web project?
In a web project you must have an images directory. Do you just throw in all images or do you group them?
In a web project you must have an images directory. Do you just throw in all images or do you group them?
1 comment
[ 3.1 ms ] story [ 10.6 ms ] threadIf the amount of images in a folder is high, I create some sub folders starting named after the first character of the image name - just to make it more readable for myself.
So, Media/Categories Media/Products/H/headphones.png Media/Products/K/Keyboards.png
For design/styling images/logos/thumbs, I normally dump them in one or more folders (again grouped by purpose).