Isotope Video

Developer
Size
2,087 Kb
Views
24,288

How do I make an isotope video?

What is a isotope video? How do you make a isotope video? This script and codes were developed by Lucas Cawkell on 09 September 2022, Friday.

Isotope Video Previews

Isotope Video - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Isotope Video</title> <link rel='stylesheet prefetch' href='https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css'> <link rel="stylesheet" href="css/style.css">
</head>
<body> <button id="All" type="button" class="btn btn-default">All</button>
<button id="Comedy" type="button" class="btn btn-default">Comedy</button>
<div class="grid"> <div class="video-item"> <h1 class="title">Video Title</h1> <p class="video"><iframe width="260" height="200" src="https://www.youtube.com/embed/PYOSKYWg-5E" frameborder="0" allowfullscreen></iframe></p> <p class="order">20</p> </div>
</div> <script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.0/jquery.min.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.min.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery.isotope/3.0.1/isotope.pkgd.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

Isotope Video - Script Codes CSS Codes

.grid {
}
/* clear fix */
.grid:after { content: ''; display: block; clear: both;
}
.video-item
{ position:relative; float:left; margin:5px;
}
.order
{ display:none;
}

Isotope Video - Script Codes JS Codes

var iso = new Isotope( '.grid', { itemSelector: '.video-item', layoutMode: 'fitRows', getSortData: { order: '.order' // text from querySelector; }, sortBy: 'order'
});
$('#Comedy').on('click', function() { iso.arrange({ filter: '.comedy' }); });
$('#All').on('click', function() { iso.arrange({ filter: '' }); });
Isotope Video - Script Codes
Isotope Video - Script Codes
Home Page Home
Developer Lucas Cawkell
Username cawsp
Uploaded September 09, 2022
Rating 3
Size 2,087 Kb
Views 24,288
Do you need developer help for Isotope Video?

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!

Lucas Cawkell (cawsp) 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!