I have a problem and did not solve.
What i want is that listing photos side to side
like that:

The problem is that when i have 50 photos , this happens

What i want is that listing ten photos per columns. How can i do that ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
When looping to display the images you need to break every 10 photos like so:
Or just place the images in a container (
<div>for example) with a specified width to hold exactly 10 images and let the browser break lines to fit the content.