Photostack.js is ajQuery plugin to create a photo stack effect that allows the users to switch between photos by clicking on the top one.
Showing posts with label slideshow. Show all posts
Showing posts with label slideshow. Show all posts
Thursday, March 1, 2018
Thursday, September 14, 2017
slider-1
EXAMPLE::
I used photos from my Flickr acct https://www.flickr.com/photos/lazsrealm/
Source: bloggerslider.shuvojitdas.com
CODE::
Camera is a responsive/adaptive slideshow. Try to resize the browser window
It uses a light version of jQuery mobile, navigate the slides by swiping with your fingers
It's completely free
Camera slideshow provides many options to customize your project as more as possible
It supports captions, HTML elements and videos.
I used photos from my Flickr acct https://www.flickr.com/photos/lazsrealm/
Source: bloggerslider.shuvojitdas.com
CODE::
<!---------------------------------------------
Blogger Slideshow Widget by
http://imagesliderforblogger.blogspot.com/
org. by dimpost.com
----------------------------------------------->
<!-- Camera_Slideshow Styles -->
<link href="http://project.dimpost.com/camera-slideshow/css/camera.css" id="camera-css" media="all" rel="stylesheet" type="text/css"></link>
<!-- Camera Slideshow Scripts -->
<script src="https://code.jquery.com/jquery-2.1.4.min.js" type="text/javascript"></script>
<script src="http://project.dimpost.com/camera-slideshow/scripts/jquery.mobile.customized.min.js" type="text/javascript"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js" type="text/javascript"></script>
<script src="http://project.dimpost.com/camera-slideshow/scripts/camera.min.js" type="text/javascript"></script>
<script type="text/javascript">
jQuery(function() {
jQuery('#camera_wrap_1').camera({
time: 4500, // milliseconds between the end of the sliding effect and the start of the nex one
transPeriod: 1000, // length of the sliding effect in milliseconds
thumbnails: true, // thumnails & tooltip is controlled by it
pagination: false, // only when "pagination" is set to "false" thumbnails will be visible
fx: 'curtainTopLeft, curtainTopRight, curtainBottomLeft, curtainBottomRight, curtainSliceLeft, curtainSliceRight, blindCurtainTopLeft, blindCurtainTopRight, blindCurtainBottomLeft, blindCurtainBottomRight, blindCurtainSliceBottom, blindCurtainSliceTop, stampede, mosaic, mosaicReverse, mosaicRandom, mosaicSpiral, mosaicSpiralReverse, topLeftBottomRight, bottomRightTopLeft, bottomLeftTopRight, bottomLeftTopRight, scrollLeft, scrollRight, scrollHorz, scrollBottom, scrollTop', // transition effects
hover: false, // Pause on hover
height: '50%' // slideshow height (50% is default)
});
});
</script>
<style type="text/css">
.fluid_container {
margin: 0 auto;
/* aling centered */
width: 100%;
max-width: 900px;
overflow: hidden;
}
/* Blogger CSS Conflict Fix */
.camera_pag_ul {
border: none !important;
background: none !important;
}
.camera_pag_ul li {
float: inherit !important;
padding: inherit !important;
}
.camera_pag_ul {
margin: 0 !important;
border: 0 !important;
}
</style>
<br />
<div class="fluid_container">
<!-- camera_slideshow camera_wrap-->
<br />
<div class="camera_wrap" id="camera_wrap_1">
<div data-link="http://www.dimpost.com/" data-src="http://project.dimpost.com/camera-slideshow/images/slides/1.jpg" data-thumb="http://project.dimpost.com/camera-slideshow/images/slides/thumbs/1.jpg">
<div class="camera_caption fadeFromBottom">
Camera is a responsive/adaptive slideshow. <em>Try to resize the browser window</em>
</div>
</div>
<div data-link="http://www.dimpost.com/" data-src="http://project.dimpost.com/camera-slideshow/images/slides/2.jpg" data-thumb="http://project.dimpost.com/camera-slideshow/images/slides/thumbs/2.jpg">
<div class="camera_caption fadeFromBottom">
It uses a light version of jQuery mobile, <em>navigate the slides by swiping with your fingers</em>
</div>
</div>
<div data-link="http://www.dimpost.com/" data-src="http://project.dimpost.com/camera-slideshow/images/slides/3.jpg" data-thumb="http://project.dimpost.com/camera-slideshow/images/slides/thumbs/3.jpg">
<div class="camera_caption fadeFromBottom">
<em>It's completely free</em> </div>
</div>
<div data-link="http://www.dimpost.com/" data-src="http://project.dimpost.com/camera-slideshow/images/slides/4.jpg" data-thumb="http://project.dimpost.com/camera-slideshow/images/slides/thumbs/4.jpg">
<div class="camera_caption fadeFromBottom">
Camera slideshow provides many options <em>to customize your project</em> as more as possible
</div>
</div>
<div data-link="http://www.dimpost.com/" data-src="http://project.dimpost.com/camera-slideshow/images/slides/5.jpg" data-thumb="http://project.dimpost.com/camera-slideshow/images/slides/thumbs/5.jpg">
<div class="camera_caption fadeFromBottom">
It supports captions, HTML elements and videos.
</div>
</div>
</div>
<!-- #camera_wrap_1 -->
</div>
<!-- .fluid_container -->
<br />
<i><br /></i>
<i><br /></i>
<i>I used photos from my Flickr acct</i> <a href="https://www.flickr.com/photos/lazsrealm/" target="_blank">https://www.flickr.com/photos/lazsrealm/</a><br />
Source: <a href="http://bloggerslider.shuvojitdas.com/2015/12/how-to-add-responsive-slideshow-widget-to-blogger.html" target="_blank">bloggerslider.shuvojitdas.com</a><br />
<b><br /></b>
Blogger Slideshow Widget by
http://imagesliderforblogger.blogspot.com/
org. by dimpost.com
----------------------------------------------->
<!-- Camera_Slideshow Styles -->
<link href="http://project.dimpost.com/camera-slideshow/css/camera.css" id="camera-css" media="all" rel="stylesheet" type="text/css"></link>
<!-- Camera Slideshow Scripts -->
<script src="https://code.jquery.com/jquery-2.1.4.min.js" type="text/javascript"></script>
<script src="http://project.dimpost.com/camera-slideshow/scripts/jquery.mobile.customized.min.js" type="text/javascript"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js" type="text/javascript"></script>
<script src="http://project.dimpost.com/camera-slideshow/scripts/camera.min.js" type="text/javascript"></script>
<script type="text/javascript">
jQuery(function() {
jQuery('#camera_wrap_1').camera({
time: 4500, // milliseconds between the end of the sliding effect and the start of the nex one
transPeriod: 1000, // length of the sliding effect in milliseconds
thumbnails: true, // thumnails & tooltip is controlled by it
pagination: false, // only when "pagination" is set to "false" thumbnails will be visible
fx: 'curtainTopLeft, curtainTopRight, curtainBottomLeft, curtainBottomRight, curtainSliceLeft, curtainSliceRight, blindCurtainTopLeft, blindCurtainTopRight, blindCurtainBottomLeft, blindCurtainBottomRight, blindCurtainSliceBottom, blindCurtainSliceTop, stampede, mosaic, mosaicReverse, mosaicRandom, mosaicSpiral, mosaicSpiralReverse, topLeftBottomRight, bottomRightTopLeft, bottomLeftTopRight, bottomLeftTopRight, scrollLeft, scrollRight, scrollHorz, scrollBottom, scrollTop', // transition effects
hover: false, // Pause on hover
height: '50%' // slideshow height (50% is default)
});
});
</script>
<style type="text/css">
.fluid_container {
margin: 0 auto;
/* aling centered */
width: 100%;
max-width: 900px;
overflow: hidden;
}
/* Blogger CSS Conflict Fix */
.camera_pag_ul {
border: none !important;
background: none !important;
}
.camera_pag_ul li {
float: inherit !important;
padding: inherit !important;
}
.camera_pag_ul {
margin: 0 !important;
border: 0 !important;
}
</style>
<br />
<div class="fluid_container">
<!-- camera_slideshow camera_wrap-->
<br />
<div class="camera_wrap" id="camera_wrap_1">
<div data-link="http://www.dimpost.com/" data-src="http://project.dimpost.com/camera-slideshow/images/slides/1.jpg" data-thumb="http://project.dimpost.com/camera-slideshow/images/slides/thumbs/1.jpg">
<div class="camera_caption fadeFromBottom">
Camera is a responsive/adaptive slideshow. <em>Try to resize the browser window</em>
</div>
</div>
<div data-link="http://www.dimpost.com/" data-src="http://project.dimpost.com/camera-slideshow/images/slides/2.jpg" data-thumb="http://project.dimpost.com/camera-slideshow/images/slides/thumbs/2.jpg">
<div class="camera_caption fadeFromBottom">
It uses a light version of jQuery mobile, <em>navigate the slides by swiping with your fingers</em>
</div>
</div>
<div data-link="http://www.dimpost.com/" data-src="http://project.dimpost.com/camera-slideshow/images/slides/3.jpg" data-thumb="http://project.dimpost.com/camera-slideshow/images/slides/thumbs/3.jpg">
<div class="camera_caption fadeFromBottom">
<em>It's completely free</em> </div>
</div>
<div data-link="http://www.dimpost.com/" data-src="http://project.dimpost.com/camera-slideshow/images/slides/4.jpg" data-thumb="http://project.dimpost.com/camera-slideshow/images/slides/thumbs/4.jpg">
<div class="camera_caption fadeFromBottom">
Camera slideshow provides many options <em>to customize your project</em> as more as possible
</div>
</div>
<div data-link="http://www.dimpost.com/" data-src="http://project.dimpost.com/camera-slideshow/images/slides/5.jpg" data-thumb="http://project.dimpost.com/camera-slideshow/images/slides/thumbs/5.jpg">
<div class="camera_caption fadeFromBottom">
It supports captions, HTML elements and videos.
</div>
</div>
</div>
<!-- #camera_wrap_1 -->
</div>
<!-- .fluid_container -->
<br />
<i><br /></i>
<i><br /></i>
<i>I used photos from my Flickr acct</i> <a href="https://www.flickr.com/photos/lazsrealm/" target="_blank">https://www.flickr.com/photos/lazsrealm/</a><br />
Source: <a href="http://bloggerslider.shuvojitdas.com/2015/12/how-to-add-responsive-slideshow-widget-to-blogger.html" target="_blank">bloggerslider.shuvojitdas.com</a><br />
<b><br /></b>
Saturday, February 11, 2017
Featured Slideshow Code
SlideShow Presentation By: MyBloggerLab
To create this Sleek Slideshow
go to Blogger.com >> Template >> Edit HTML >> and search for the closing </head>tag.
Now just above the </head> tag paste the following JavaScript code:
<script src="http://mybloggerlab.com/js/slider.js" type="text/javascript"></script>
<link type='text/css' rel='stylesheet' href='http://mybloggerlab.com/css/slider.css' />
then
<div align="center"><table style="height: 300px; width: 300px;"><tbody>
<tr><td><div id="featuredbwidget"></div>
<script>
featuredbwidget({
listURL: "https://icqgreetings4u.blogspot.com/",
featuredNum: 15,
listbyLabel: false,
feathumbSize: 200,
interval: 8000,
autoplay: true,
featuredID: "#featuredbwidget"
});
</script></td></tr></tbody></table>
<br /><span style="font-family:verdana; font-size:50%;">SlideShow Presentation By: <a href="http://www.mybloggerlab.com/2016/06/how-to-easily-add-a--featured-image-slider-in-blogger.html" target="_blank">MyBloggerLab</a></span></div>
Began 2017 by LoriAnn. Powered by Blogger.