- Overview
- Documents
Background Fit is a jQuery plugin that appear in sizes that fit to the aspect ratio of the background image.
Source: github.com
Jul 09, 2014 in Layout 2995 views
Background Fit is a jQuery plugin that appear in sizes that fit to the aspect ratio of the background image.
Source: github.com
1. INCLUDE JS FILES
<script src="http://code.jquery.com/jquery-1.11.0.min.js"></script> <script src="../jquery.background-fit.min.js"></script>
2. HTML
<div id="bg">jquery.background-fit.js</div>
3. CSS
Set the background image on the CSS.
#bg { background: url(http://DOMAIN/PATH/TO/sample.jpg); background-size: 100%; background-repeat: no-repeat; }
4. JAVASCRIPT
$(function() { $("#bg").bg_fit(); });
Tagged with:
background fit
jquery plugin
aspect ratio
background image
background css
background size
background fixed
background
Related Articles