I am displaying projects on my website, but not to show all projects at once I am using a "show more" button that loads in more projects with ajax. But I can't seem to print out the image of my loaded project because it is a blob image. The other problem is that I don't know how to print out 2 projects at once, now I only load in 1 project at a time.I am displaying projects on my website, but not