Is it best practice to have a separate sized image for all thumbnailsor use css to size the originals?
I want to use the thumbnail as a link to open the full sized image…does that make a difference?
Is it best practice to have a separate sized image for all thumbnailsor use css to size the originals?
I want to use the thumbnail as a link to open the full sized image…does that make a difference?
Welcome back to the forum @posweyb
Best practice when working with images is to use thumbnails for the links.
They allow faster load times, are mobile friendlier, avoids pixelation, and decreases unnecessary requests to the server.
Happy coding