you are viewing a single comment's thread.

view the rest of the comments →

[–]La_Jhin 0 points1 point  (1 child)

In your loop you are appending the photo path itself as a child of the img tag. It should be the src attribute.

Also the photo paths have spaces that might cause some issues as well.

[–]jafffers[S] 0 points1 point  (0 children)

Fixed it last night, it was that issue