content logo

Bootstrap Thumbnails:

Website Screen Mockup for Web Design Portfolio

If you like to add different photos to your website, you have several ways to do so functionally. On the other hand, you may provide a service to your audiences and want to show it to other people. In this post, you can see the Website Screen Mockup for Web Design Portfolio with the same performance. This code has a great design and you can change the appearance of your website easily. This Bootstrap Thumbnail Portfolio shows your services to the customer in a mobile and desktop version. This Thumbnail Screen Mockup is so functional and the website admins can use it to represent different services to their customers. So, you can use it and attract new audiences to your website.

You can see the preview of this Thumbnail Mockup here. In this preview, there are two pictures in different sizes. One photo is in mobile size and the other one is in desktop size. There is a description at the bottom of these pictures. You can see the title, the URL of the website and picture, the date of addition, and other explanations. This Thumbnail in Mobile Size includes descriptions and tags, too. They are mentioned in black color with a normal font.

#

Bootstrap Thumbnail Portfolio

#

Thumbnail Screen Mockup

#

Thumbnail in Mobile Size

#

Thumbnail Mockup

<!-- This script got from frontendfreecode.com -->
<div class="website-example container">
    <a>
        <div class="website-example__row">
            <div class="col-3 mobile device shadow bottom">
                <img src="https://picsum.photos/1242/2208" alt="" class="img-responsive" width="1242" height="2208" loading="lazy">
            </div>
            <div class="spacer">
                &nbsp;
            </div>
            <div class="desktop device shadow bottom">
                <img src="https://picsum.photos/1024/768" alt="" class="img-responsive" width="1024" height="768" loading="lazy">
            </div>
        </div>
    </a>
</div>
<div class="container website-example__boilerplate">
    <div class="row">
        <div class="col-sm-4">
            <dl>
                <dt>Title</dt>
                <dd>{{title}}</dd>
                <dt>URL</dt>
                <dd><a href="">{{url}}</a></dd>
                <dt>Date Added</dt>
                <dd>{{publishdate}}</dd>
            </dl>
        </div>
        <div class="col-sm-8">
            <dl>
                <dt>Description</dt>
                <dd>{{description}}</dd>
                <dt>Tags</dt>
                <dd>{{tags}}</dd>
            </dl>
        </div>
    </div>
</div><a style="font-size: 8pt; text-decoration: none" target="_blank" href="http://frontendfreecode.com">Free Frontend</a>
                                                                            
.website-example__row {
	margin: 2rem 0;
	display: flex;
	align-items: flex-end;
}
.website-example__row .device {
	border: 5px solid #ccc;
	padding: 0;
}
.website-example__row .device img {
	background: #444;
}
.website-example__row .device.mobile {
	width: 25%;
	border-top: 20px solid #ccc;
	border-bottom: 20px solid #ccc;
}
.website-example__row .spacer {
	width: 5%;
}
.website-example__row .device.desktop {
	width: 70%;
	border-top: 5px solid #ccc;
	border-bottom: 20px solid #ccc;
}
.shadow.bottom {
	box-shadow: 0px 5px 20px -10px rgba(0, 0, 0, 1);
}
@media screen and (min-width:800px) {
	.website-example__boilerplate {
		width: 50%;
		margin: 0 auto;
	}
}
$(document).ready(function () {
    // executes when HTML-Document is loaded and DOM is ready
    console.log("document is ready");
    // document ready  
});
$(window).load(function () {
    // executes when complete page is fully loaded, including all frames, objects and images
    console.log("window is loaded");
    // window load  
});
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css'>
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.min.js'></script>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<!-- This script got from frontendfreecode.com -->

<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css'>
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.min.js'></script>
<style>
.website-example__row {
	margin: 2rem 0;
	display: flex;
	align-items: flex-end;
}
.website-example__row .device {
	border: 5px solid #ccc;
	padding: 0;
}
.website-example__row .device img {
	background: #444;
}
.website-example__row .device.mobile {
	width: 25%;
	border-top: 20px solid #ccc;
	border-bottom: 20px solid #ccc;
}
.website-example__row .spacer {
	width: 5%;
}
.website-example__row .device.desktop {
	width: 70%;
	border-top: 5px solid #ccc;
	border-bottom: 20px solid #ccc;
}
.shadow.bottom {
	box-shadow: 0px 5px 20px -10px rgba(0, 0, 0, 1);
}
@media screen and (min-width:800px) {
	.website-example__boilerplate {
		width: 50%;
		margin: 0 auto;
	}
}
</style>

</head>
<body>
<div class="website-example container">
    <a>
        <div class="website-example__row">
            <div class="col-3 mobile device shadow bottom">
                <img src="https://picsum.photos/1242/2208" alt="" class="img-responsive" width="1242" height="2208" loading="lazy">
            </div>
            <div class="spacer">
                &nbsp;
            </div>
            <div class="desktop device shadow bottom">
                <img src="https://picsum.photos/1024/768" alt="" class="img-responsive" width="1024" height="768" loading="lazy">
            </div>
        </div>
    </a>
</div>
<div class="container website-example__boilerplate">
    <div class="row">
        <div class="col-sm-4">
            <dl>
                <dt>Title</dt>
                <dd>{{title}}</dd>
                <dt>URL</dt>
                <dd><a href="">{{url}}</a></dd>
                <dt>Date Added</dt>
                <dd>{{publishdate}}</dd>
            </dl>
        </div>
        <div class="col-sm-8">
            <dl>
                <dt>Description</dt>
                <dd>{{description}}</dd>
                <dt>Tags</dt>
                <dd>{{tags}}</dd>
            </dl>
        </div>
    </div>
</div><div id="bcl"><a style="font-size:8pt;text-decoration:none;" href="http://www.devanswer.com">Free Frontend</a></div>
<script>
$(document).ready(function () {
    // executes when HTML-Document is loaded and DOM is ready
    console.log("document is ready");
    // document ready  
});
$(window).load(function () {
    // executes when complete page is fully loaded, including all frames, objects and images
    console.log("window is loaded");
    // window load  
});
</script>

</body>
</html>
Preview