Hello Readers, Hope you all are doing well🤩 In this blog post, you will learn how to build an amazing Image Search App using HTML, CSS, JavaScript, and API. So, let's get started ✌ Table of Content - Setting up Pexels API - Build an app Setting Up ...
nehasoni.hashnode.dev7 min read
nice, thanks for this article
Wow. This is cool.
The images are a little bit shrinken as you have only given width and height.
You can add the following line to make your image grid better.
.display_images img {
object-fit: cover
}
Super cooool Neha, I wanted to display my photos on my personal website, this gave me some ideas, also can you recommend an article that allows me to use DOM elements like document.queryselectorAll and stuff, i know the basics ones, but creating html elements from JS is something I always wanted to try out.
Andrew Baisden
Software Developer | Content Creator | AI, Tech, Programming
Really cool! Pexels is my second choice after Unsplash.