With the assistance of CSS , nosotros tin brand the chemical gene to display on same lay amongst the residuum of the thumbs together with mode the thumbnails equally small-scale blocks amongst a defined elevation together with width. The script volition add together a click-event for each
Related: Image Slider amongst Mouse Hover Effect using CSS only
How to Add Image Gallery amongst Thumbnails to Blogger
Step 1. Log inwards to your Blogger account , select your weblog together with larn to “Template” , press the “Edit HTML” button.
Step 2. Click anywhere within the code expanse together with press the CTRL + F keys to opened upward the search box:
Step 3. Type the next tag within the search box together with hitting Enter to honour it:
Step 4. Now pick ane of the styles below together with re-create the code below it:
Note: The display: none; for the commencement ID (#image-gallery) is to forbid images seem amongst their actual size earlier they larn within the gallery container.
In #jquery-gallery nosotros accept the width of the container for the thumbnails (200px) , so that they display inwards 2 rows together with for this nosotros necessitate to calculate the width of the thumbnail (80px) summation the margins betwixt them.
The left proclamation of #jquery-gallery li img is to movement the larger thumbnail that shows on mouse click so that it doesn’t overlap amongst the smaller thumbnails.
Step 5. Paste the code of the chosen mode simply higher upward the tag.
Step 6. Now higher upward the same
Basically , what this script does is to banking company tally if at that spot is whatsoever ID named “image-gallery” together with larn the dissimilar listing items that may be within it. These elements volition last displayed equally thumbnails together with a component subdivision volition create upward one’s heed what to create in ane lawsuit they are clicked. So , each fourth dimension nosotros click on a thumbnail , the “active” flat volition last assigned together with the thumbnail should last visible inwards the larger container.
Step 7. Finally , salvage the changes past times clicking the “Save template” button.
And here’s the HTML code providing a normal listing amongst the image-gallery ID , enclosed within a DIV amongst a relative lay inwards social club to avoid side effects of other pre-existing positions.
Step 8. Paste the below HTML to where yous desire to display the gallery past times going either to “Layout” together with adding a novel gadget (click on the “Add a gadget” link together with direct “HTML/JavaScript” option) , or within a post/page inwards the HTML section.
IMAGE-URL1” />
IMAGE-URL2” />
IMAGE-URL3” />
IMAGE-URL4” />
IMAGE-URL5” />
Note: if elements on your page overlap amongst this gallery , yous mightiness necessitate to add together the height proclamation afterwards “position: relative;”. The value of elevation depends on the size of your gallery.
Example:
IMAGE-URL1 amongst the prototype URL. If yous don’t know how to larn the address of an prototype , encounter this tutorial: How to Upload Images together with Get the URLIn example yous necessitate to brand the pictures clickable , add together this HTML construction instead:
- page-URL“>
IMAGE-URL1” />
- page-URL“>
IMAGE-URL2” />
- page-URL“>
IMAGE-URL3” />
- page-URL“>
IMAGE-URL4” />
- page-URL“>
IMAGE-URL5” />
Again , hither yous necessitate to supersede the page-URL text amongst the URL of your page/post.
Update: To add together captions , delight include the lines inwards orangish together with and so supersede the “Caption” amongst the text that yous desire to seem on each picture:
- page-URL“>
alt=”Caption” src=”IMAGE-URL1” />
- page-URL“>
alt=”Caption” src=”IMAGE-URL2” />
- page-URL“>
alt=”Caption” src=”IMAGE-URL3” />
- page-URL“>
alt=”Caption” src=”IMAGE-URL4” />
- page-URL“>
alt=”Caption” src=”IMAGE-URL5” />
Save the widget or release your page together with you’re done adding the thumbnail prototype / photograph gallery inwards Blogger.