Hi,
I am in the process of building the gallery section of my history site. It's all fine however I am just looking at image sizes (dimensions, not MB) and wondering if anyone has any experience in this kind of thing.
Basically I am wondering if there is any particular reason I should restrict the size of uploaded images. For example the image I am looking at right now has the dimensions of 2048 x 1536.
That may well be generally too big for some screens that visit the site, however I am using bootstrap and the img-responsive class so that should really take care of that issue.
But not being used to image processing I wonder whether I should resize it above a certain dimension. Part of my thinking is perhaps later I create a new non responsive design and it means images could be all over the screen due to the size. But then I can't really see why a responsive design is not the way forward.
I really want to give each visitor the best view of the images for their resolution and that seems to be leave the images alone and rely on the responsive element to tailor the size.
A little twitchy perhaps because I have c6,000 images that will eventually go in and I don't want to get to the 6,000th and go FFS I should have done further manipulation of the images on upload.