On my image-heavy gallery page, I am looking to utilize a thumbnail image that is pre-sized with a maximum width of 200px. The images themselves are quite large, often surpassing 2000 pixels on the longest side.
Although I have been using the Bootstrap classes img-responsive img-thumbnail
to create the thumbnails, it appears that CSS is still required to generate them and the full set of images must be downloaded. As a result, the page loads very slowly.
I attempted to create actual thumbnail images, but when clicked, they only display the existing thumbnail image instead of the full resolution version.
Is there a way within Bootstrap to display an actual thumbnail image on the main screen, while showing a high-resolution image upon clicking?