Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/himasrafeek/easyimg
- Owner: HimasRafeek
- License: mit
- Created: 2018-06-02T08:33:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-02T14:36:28.000Z (over 6 years ago)
- Last Synced: 2024-12-06T14:10:42.237Z (3 months ago)
- Topics: css, css3, html, image, jquery
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.