Automated Browser Mockup

Developer
Size
1,963 Kb
Views
22,264

How do I make an automated browser mockup?

Using a little CSS you can just wrap img's with a browser div and this will automatically wrap it with this fancy minimal browser mockup window. Weeeeeee!. What is a automated browser mockup? How do you make a automated browser mockup? This script and codes were developed by Mark Peck on 13 October 2022, Thursday.

Automated Browser Mockup Previews

Automated Browser Mockup - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Automated Browser Mockup</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="browser"><img src="http://placekitten.com/200/200"></div>
<div class="browser"><img src="http://placekitten.com/500/500"></div>
<div class="browser"><img src="http://placekitten.com/180/120"></div>
<div class="browser"><img src="http://placekitten.com/280/80"></div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

Automated Browser Mockup - Script Codes CSS Codes

body { background: #c8eccc;
}
.browser { float: left; margin: 20px; border: 2px solid #323A45; padding-top: 20px; border-radius: 4px; background: #323A45; position: relative; overflow: hidden;
}
.browser:before { content: ". . ."; color: rgba(255, 255, 255, 0.8); font-size: 50px; line-height: 50px; letter-spacing: -6px; position: absolute; left: 2px; top: -30px; text-shadow: 0 -2px 0 rgba(0, 0, 0, 0.8); width: 100%;
}
.browser img { border-top: 2px solid rgba(0, 0, 0, 0.3);
}

Automated Browser Mockup - Script Codes JS Codes

// WRITTEN BY Mark Peck http://markpeck.me
Automated Browser Mockup - Script Codes
Automated Browser Mockup - Script Codes
Home Page Home
Developer Mark Peck
Username doodlemarks
Uploaded October 13, 2022
Rating 3
Size 1,963 Kb
Views 22,264
Do you need developer help for Automated Browser Mockup?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Mark Peck (doodlemarks) Script Codes
Create amazing SEO content with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!