Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/himasrafeek/easyimg

EasyImg Is a jQuery Plugin created to add Inline Background Images Easily
https://github.com/himasrafeek/easyimg

css css3 html image jquery

Last synced: 18 days ago
JSON representation

EasyImg Is a jQuery Plugin created to add Inline Background Images Easily

Awesome Lists containing this project

README

        

# EasyImg
EasyImg Is a jQuery Plugin created to add Inline Background Images Easily

## Requirements
- Jquery

## Usage

```html


```

## Js

```javascript
$.easyImg();
```

## Default options Applied

```javascript
$.easyImg({
baseFolder: './images/' // Default
selector: 'data-img' // Default
});
```

## Default Styles Applied

```css
background-size: cover;
background-position: center bottom;
background-repeat: no-repeat;
```

# More Options coming soon.
## Thank you.