CostaRico / yii2-images

Yii2-images - behavior-based module for resizing, storing, caching and attaching images.
159 stars 98 forks source link

sorting images #28

Open sajtosnorbert opened 9 years ago

sajtosnorbert commented 9 years ago

Hi!

I'm using your extension and I have one recommendation/question.

It is ok, to have a main image (for example displaying main image for product images), but what about the ordering of the other images...

Is there (or should be) a way to sort the attached images. Probably having a sequence or other field in the db should do the trick.

Or dou you have any recommendation how to solve this thing?

Thanks, Norbert.

CostaRico commented 9 years ago

Hello, you could implement your own Image class and add "sort" field, also if u have some time it could be good idea to use this code https://github.com/CostaRico/images-beta, this version is made with much more right decisions but its not well tested.

Unfortunately now I'm completely busy with my project and can't to do smth.

good luck!