Git Product home page Git Product logo

imgliquid's Introduction

ScreenShot

imgLiquid.js v0.7.7 - 08-11-12 #####A jQuery Plugin to resize images to fit in a container. Alejandro Emparan (karacas), twitter: @krc_ale Dual licensed under the MIT and GPL licenses. ##  #Usage

####Include:

<script src="js/imgLiquid-min.js"></script>

####js:

$(document).ready(function() {
	$(".imgLiquid").imgLiquid();
});

####Html:

<div class="imgLiquid" style="width:300px; height:200px;">
	<img alt="Woody" src="Woody.jpg" />
</div>

####css:

/*
Important:
	set "visibility:hidden" for better results
	or use src/css/imgLiquid.js.css
*/
.imgLiquid img{
    visibility:hidden;
}

  ####View in action: http://goo.gl/Wk8bU ####or play with it: http://jsfiddle.net/karacas/3CRx7/#base http://codepen.io/karacas/pen/nlugd ##  ###Features:

	- Lightweight: less than 2KBs gzipped.
	- Align.
	- Fill/Crop.
	- Responsive (Optional, default is off).
	- Svg support.
	- CallBacks.
	- FadeIn Anim (Optional, default is off).
	- All browsers (Incl. ie6).

  ###Options:

    >js
        fill: true,
        verticalAlign: 		//'center' //'top' 	//'bottom'
        horizontalAlign: 	//'center' //'left'	//'right'
        fadeInTime: 0,
        delay: 0,			//time to process next image in milliseconds
        responsive: false,
        responsiveCheckTime: 500, 	//time to check resize in milliseconds

	>js callBakcs
		onStart:		function(){},
		onFinish:		function(){},
		onItemResize:	function(index, container, img){},
		onItemStart:	function(index, container, img){},
		onItemFinish:	function(index, container, img){}

	>css (set useCssAligns: true) (overwrite js)
		text-align: center;
		vertical-align : middle;

	>hml5 data attr (overwrite all)
		data-imgLiquid-fill="true"
		data-imgLiquid-horizontalAlign="center"
		data-imgLiquid-verticalAlign="center"
		data-imgLiquid-fadeInTime="500"

imgliquid's People

Contributors

karacas avatar iign avatar

Watchers

Sergio Molina avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.