Hello @mycoinclub,
We understood your concern. We display the thumbnails in the descending order of they gets uploaded hence the latest media will be on the top.
There is not any option to reverse the thumbnail order for now. However, we can guide on how you can develop a custom code for yourself.
Here is the sample snippet which can help you to reverse the order under BuddyPress activity stream - https://gist.github.com/rahul3883/1431b1b70c62db27abd404bedcb9e811#file-functions-php-L1
You can try adding this code to your theme's functions.php
file.
Note: This code will not affect the thumbnail order under the Media tab
.
I hope this helps you.
Thanks.