Mixing Owl-carousel and featerLightGallery

Size
2,837 Kb
Views
80,960

How do I make an mixing owl-carousel and featerlightgallery?

JQuery plugin wedding (:. What is a mixing owl-carousel and featerlightgallery? How do you make a mixing owl-carousel and featerlightgallery? This script and codes were developed by Sebestyén Dániel on 24 July 2022, Sunday.

Mixing Owl-carousel and featerLightGallery Previews

Mixing Owl-carousel and featerLightGallery - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Mixing Owl-carousel and featerLightGallery</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel='stylesheet prefetch' href='http://www.owlcarousel.owlgraphic.com/assets/owlcarousel/assets/owl.carousel.min.css'>
<link rel='stylesheet prefetch' href='http://www.owlcarousel.owlgraphic.com/assets/owlcarousel/assets/owl.theme.default.min.css'>
<link rel='stylesheet prefetch' href='http://noelboss.github.io/featherlight/release/featherlight.min.css'> <link rel="stylesheet" href="css/style.css">
</head>
<body>
<div id="demo">
<div class="owl-carousel"> <div class="item"> <a class="gallery" href="http://fc06.deviantart.net/fs22/i/2007/331/c/e/Runnin_Flat_2_by_FutureElements.jpg"> <img src="http://fc06.deviantart.net/fs22/i/2007/331/c/e/Runnin_Flat_2_by_FutureElements.jpg" /> </a>
</div>
<div class="item"> <a class="gallery" href="http://fc05.deviantart.net/fs24/i/2007/331/f/a/Runnin_Flat_1_by_FutureElements.jpg"> <img src="http://fc05.deviantart.net/fs24/i/2007/331/f/a/Runnin_Flat_1_by_FutureElements.jpg" /> </a>
</div>
<div class="item"> <a class="gallery" href="http://fc09.deviantart.net/fs26/i/2008/032/9/8/49_Shoebox_by_FutureElements.jpg"> <img src="http://fc09.deviantart.net/fs26/i/2008/032/9/8/49_Shoebox_by_FutureElements.jpg" /> </a>
</div>
<div class="item"> <a class="gallery" href="http://fc04.deviantart.net/fs40/f/2009/031/1/c/Hot_Rod_by_nahojsennah.jpg"> <img src="http://fc04.deviantart.net/fs40/f/2009/031/1/c/Hot_Rod_by_nahojsennah.jpg" /> </a>
</div>
<div class="item"> <a class="gallery" href="http://fc02.deviantart.net/fs17/f/2007/220/9/7/Hot_Rod_Lincoln_by_BRN_MNY.jpg"> <img src="http://fc02.deviantart.net/fs17/f/2007/220/9/7/Hot_Rod_Lincoln_by_BRN_MNY.jpg" /> </a>
</div>
<div class="item"> <a class="gallery" href="http://fc01.deviantart.net/fs21/f/2007/270/0/0/000a8fea9e80b8ef.jpg"> <img src="http://fc01.deviantart.net/fs21/f/2007/270/0/0/000a8fea9e80b8ef.jpg" /> </a>
</div>
<div class="item"> <a class="gallery" href="http://fc00.deviantart.net/fs16/f/2007/161/c/e/Hot_Rodder_by_Signalxb.jpg"> <img src="http://fc00.deviantart.net/fs16/f/2007/161/c/e/Hot_Rodder_by_Signalxb.jpg" /> </a>
</div>
<div class="item"> <a class="gallery" href="http://fc00.deviantart.net/fs19/f/2007/248/e/f/The_Storm_Awaits_by_Signalxb.jpg"> <img src="http://fc00.deviantart.net/fs19/f/2007/248/e/f/The_Storm_Awaits_by_Signalxb.jpg" /> </a>
</div>
<div class="item"> <a class="gallery" href="http://fc05.deviantart.net/fs16/f/2007/181/0/7/Rodness_by_Signalxb.jpg"> <img src="http://fc05.deviantart.net/fs16/f/2007/181/0/7/Rodness_by_Signalxb.jpg" /> </a>
</div>
<div class="item"> <a class="gallery" href="http://fc09.deviantart.net/fs40/i/2009/034/1/c/Yellow_Burn_by_Signalxb.jpg"> <img src="http://fc09.deviantart.net/fs40/i/2009/034/1/c/Yellow_Burn_by_Signalxb.jpg" /> </a>
</div>
</div>
</div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src='http://www.owlcarousel.owlgraphic.com/assets/owlcarousel/owl.carousel.js'></script>
<script src='http://noelboss.github.io/featherlight/release/featherlight.min.js'></script>
<script src='http://noelboss.github.io/featherlight/release/featherlight.gallery.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

Mixing Owl-carousel and featerLightGallery - Script Codes CSS Codes

#demo { width: 800px; margin: 2em auto;
}
#demo .owl-carousel .item { height: 140px; background: #14b478;
}
#demo .owl-carousel .item a { display: block; position: absolute; top: 50%; left: 50%; transform: translate3d(-50%, -50%, 0); width: 100%; height: 100%;
}
#demo .owl-carousel .item a img { background-size: cover; background-position: center center; max-width: 100%; width: 100%;
}

Mixing Owl-carousel and featerLightGallery - Script Codes JS Codes

$(document).ready(function(){ var carousel = $('.owl-carousel').owlCarousel({ loop:true, margin:10, nav:true, responsive:{ 0:{ items:1 }, 600:{ items:3 }, 1000:{ items:3 } } }); $('a.gallery').featherlightGallery({ gallery: { previous: '«', next: '»', fadeIn: 300 }, openSpeed: 300 });
});
Mixing Owl-carousel and featerLightGallery - Script Codes
Mixing Owl-carousel and featerLightGallery - Script Codes
Home Page Home
Developer Sebestyén Dániel
Username dannystyle
Uploaded July 24, 2022
Rating 3.5
Size 2,837 Kb
Views 80,960
Do you need developer help for Mixing Owl-carousel and featerLightGallery?

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!

Sebestyén Dániel (dannystyle) Script Codes
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!