DMarby / picsum-photos

Lorem Ipsum... but for photos.
https://picsum.photos
MIT License
2.24k stars 153 forks source link

Images gallery order is wrong #54

Closed jeremymouzin closed 5 years ago

jeremymouzin commented 5 years ago

Hi, when browsing images gallery on https://picsum.photos/images, they're not ordered properly.

Instead of having pictures 0, 1, 2, 3 etc. it's 0, 1, 10, 100, 1000, 1001, 1002 ... 1009, 101, 1010, 1011...

It seems that the numbers are compared using a string type instead of a number type?

DMarby commented 5 years ago

Hi,

This is intended, ID's used to be numbers, but now they are strings and should be handled as such.