Fancybox.js

Developer
Size
2,409 Kb
Views
58,696

How do I make an fancybox.js?

What is a fancybox.js? How do you make a fancybox.js? This script and codes were developed by Adethrax on 12 August 2022, Friday.

Fancybox.js Previews

Fancybox.js - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Fancybox.js</title> <link rel='stylesheet prefetch' href='http://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css'>
<link rel='stylesheet prefetch' href='http://frontend.reklamor.com/fancybox/jquery.fancybox.css'> <link rel="stylesheet" href="css/style.css">
</head>
<body> <!--####
1) Add jQuery library "<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>"
2) Download fancybox (https://github.com/fancyapps/fancyBox)
3) Add jquery.fancybox.css and jquery.fancybox.js
4) Add fancybox images
####--!>
<!-- References: https://github.com/fancyapps/fancyBox -->
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="//frontend.reklamor.com/fancybox/jquery.fancybox.css" media="screen">
<script src="//frontend.reklamor.com/fancybox/jquery.fancybox.js"></script>
<div class="ourwork">
<!--
<div class="container"> -->	<div class="row">	<div class='list-group gallery'> <div class='col-sm-4'> <a class="thumbnail fancybox" rel="ligthbox" href="http://ironsummitmedia.github.io/startbootstrap-creative/img/portfolio/1.jpg"> <img class="img-responsive" alt="" src="http://ironsummitmedia.github.io/startbootstrap-creative/img/portfolio/1.jpg" /> <div class='text-center'> <h4>Title Here</h4> <p>text will display here text will display here</p> </div> <!-- text-right / end --> </a> </div> <!-- col-6 / end --> <div class='col-sm-4 '> <a class="thumbnail fancybox" rel="ligthbox" href="http://ironsummitmedia.github.io/startbootstrap-creative/img/portfolio/2.jpg"> <img class="img-responsive" alt="" src="http://ironsummitmedia.github.io/startbootstrap-creative/img/portfolio/2.jpg" /> <div class='text-center'> <h4>Title Here</h4> <p>text will display here text will display here</p> </div> <!-- text-right / end --> </a> </div> <!-- col-6 / end --> <div class='col-sm-4 '> <a class="thumbnail fancybox" rel="ligthbox" href="http://ironsummitmedia.github.io/startbootstrap-creative/img/portfolio/3.jpg"> <img class="img-responsive" alt="" src="http://ironsummitmedia.github.io/startbootstrap-creative/img/portfolio/3.jpg" /> <div class='text-center'> <h4>Title Here</h4> <p>text will display here text will display here</p> </div> <!-- text-right / end --> </a> </div> <!-- col-6 / end --> </div> <!-- list-group / end -->	</div> <!-- row / end --> <!--
</div> --> </div> <!-- our work / end --> <script src='http://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js'></script>
<script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src='http://frontend.reklamor.com/fancybox/jquery.fancybox.js'></script> <script src="js/index.js"></script>
</body>
</html>

Fancybox.js - Script Codes CSS Codes

.gallery
{ font-family: 'Open Sans', sans-serif; margin-top: 20px;
}
.gallery .col-sm-4 { padding-right: 0px;
padding-left: 0px; margin: auto;
}
.gallery .thumbnail { border: none; color:#777; text-decoration: none; padding: 0px;
}
.gallery .thumbnail:hover { border: none; color:#777; text-decoration: none; background:#eee;
}
.gallery .thumbnail:hover img {opacity: 0.9;}

Fancybox.js - Script Codes JS Codes

$(document).ready(function(){ //FANCYBOX //https://github.com/fancyapps/fancyBox $(".fancybox").fancybox({ openEffect: "none", closeEffect: "none" });
});
Fancybox.js - Script Codes
Fancybox.js - Script Codes
Home Page Home
Developer Adethrax
Username adethrax
Uploaded August 12, 2022
Rating 3
Size 2,409 Kb
Views 58,696
Do you need developer help for Fancybox.js?

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!

Adethrax (adethrax) Script Codes
Create amazing video scripts 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!