I have a Django application that have a lot of images items that have to be reviewed by content. So, I've made in the admin, when I list the images items, to see the thumbnails of the items instead of the ugly " string (like here).
My problem is that the list is displayed on the vertical (1 image per line). Can I change the admin list layout to display more items per line? (the only item in my list is the image, there is no other information like url and title like in the example above)