Collections browser thumbnails

Developer
Size
2,573 Kb
Views
4,048

How do I make an collections browser thumbnails?

What is a collections browser thumbnails? How do you make a collections browser thumbnails? This script and codes were developed by Joseph1401 on 09 January 2023, Monday.

Collections browser thumbnails Previews

Collections browser thumbnails - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Collections browser thumbnails</title> <link rel='stylesheet prefetch' href='https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0-alpha.6/css/bootstrap.min.css'> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="container-fluid"> <div class="row"> <div class="collection-box col-sm-3 col-md-3"> <div class="save-wrap"> <div class="saved alert alert-success"> Saved </div> </div> <div class="img-thumbnail text-center"> <img class="rounded mx-auto d-blo "src="http://placehold.it/150x150" /> <div class="caption"> <h3>Collection Title</h3> <p>...</p> <p><a href="#" class="btn btn-primary" role="button">Open Collection</a> <a id="save" class="btn btn-secondary" role="button">Save Collection</a></p> </div> </div> </div> </div> <div class="col-sm-6 panel panel-default"> </div> </div>
</div> <script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0-alpha.6/js/bootstrap.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

Collections browser thumbnails - Script Codes CSS Codes

.collection-box { overflow: hidden; position: relative; box-sizing: content-box;
}
.collection-box .save-wrap { position: relative;
}
.collection-box .saved { display: inline-block; padding: 0; margin: 0; text-align: center; position: absolute !important; box-sizing: content-box; height: 0em; width: 100%; opacity: 0; transition: 0.25s opacity; transition: 0.25s height;
}
.collection-box .saved.open { height: 2.5em; opacity: 0.9;
}

Collections browser thumbnails - Script Codes JS Codes

$(function(){ $('#save').click(function(){ if($('.saved').hasClass('open')){ $('.saved').removeClass('open'); } else{ $('.saved').addClass('open'); } if($(this).hasClass('btn-danger')){ $(this).text('Save Collection').removeClass('btn-danger'); } else{ $(this).text('Remove Saved').addClass('btn-danger'); } }) $('#save.btn-danger').click(function(){ $('.saved').removeClass('open'); $(this).text('Save Collection').removeClass('btn-danger'); })
})
Collections browser thumbnails - Script Codes
Collections browser thumbnails - Script Codes
Home Page Home
Developer Joseph1401
Username jmills4122
Uploaded January 09, 2023
Rating 3
Size 2,573 Kb
Views 4,048
Do you need developer help for Collections browser thumbnails?

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!

Joseph1401 (jmills4122) Script Codes
Name
Flex Stuff
Pomodoro
Bianary
Eyes
TicTacToe
Joe Test Pen
Diagonal menu Test
A Pen by Joseph1401
Tree Processor
WebGL
Create amazing marketing copy 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!