Image with Caption and Auto Lightbox:
|
| Image with Caption and Auto Lightbox |
Blog Post HTML Code:
<table class='tr-caption-container'>
<tbody>
<tr>
<td>
<img alt='image_title_here' class='full' src='https://4.bp.blogspot.com/.../name.png'/>
</td>
</tr>
<tr>
<td class='tr-caption'>Your_caption_is_here</td>
</tr>
</tbody>
</table>
Image with Scroll Layout:
Blog Post HTML Code:
<!--[ Scroll Image ]--> <div class='psImg scImg scrlH'> <img alt='image_title_here' src='https://4.bp.blogspot.com/.../name.jpg'/> <img alt='image_title_here' src='https://4.bp.blogspot.com/.../name.jpg'/> <img alt='image_title_here' src='https://4.bp.blogspot.com/.../name.jpg'/> <img alt='image_title_here' src='https://4.bp.blogspot.com/.../name.jpg'/> </div>
Image with Show All Function:
Blog Post HTML Code:
<!--[ Show All Image ]-->
<input class='inImg hidden' id='for-hideImage' type='checkbox'>
<div class='psImg hdImg'>
<img alt='image_title_here' src='https://4.bp.blogspot.com/.../name.png'/>
<img alt='image_title_here' src='https://4.bp.blogspot.com/.../name.png'/>
<img alt='image_title_here' src='https://4.bp.blogspot.com/.../name.png'/>
<div class='btImg'>
<img alt='image_title_here' src='https://4.bp.blogspot.com/.../name.png'/>
<!--[ Button image to activate ]-->
<label for='for-hideImage' aria-label='Show all image'>Show All</label>
</div>
<!--[ Hide the rest image here ]-->
<div class='psImg shImg'>
<img alt='image_title_here' src='https://4.bp.blogspot.com/.../name.png'/>
<img alt='image_title_here' src='https://4.bp.blogspot.com/.../name.png'/>
<img alt='image_title_here' src='https://4.bp.blogspot.com/.../name.png'/>
<img alt='image_title_here' src='https://4.bp.blogspot.com/.../name.png'/>
</div>
</div>
Image with Grid Layout:
Blog Post HTML Code:
<!--[ Grid Image ]--> <div class='psImg grImg'> <img alt='image_title_here' src='https://4.bp.blogspot.com/.../name.png'/> <img alt='image_title_here' src='https://4.bp.blogspot.com/.../name.png'/> <img alt='image_title_here' src='https://4.bp.blogspot.com/.../name.png'/> <img alt='image_title_here' src='https://4.bp.blogspot.com/.../name.png'/> </div>
Lazyload Image:
Blog Post HTML Code:
<div> <img class='lazy' alt='image_title_here' data-src='https://4.bp.blogspot.com/.../name.png' src='data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs='/> <noscript><img alt='image_title_here' src='https://4.bp.blogspot.com/.../name.png'/></noscript> </div>
