Skip to content

Commit ab00272

Browse files
committed
Update README.md
1 parent 540a916 commit ab00272

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
<img src='http://briangonzalez.github.io/jquery.adaptive-backgrounds.js/favicon.png?2' height='30'> jquery.adaptive-backgrounds.js
32
===============================
43
_A simple jQuery plugin to extract the dominant color of an image and apply it to the background of its parent element._
@@ -76,7 +75,7 @@ To enable CORS for images hosted on S3 buckets, follow the Amazon guide [here](h
7675
</CORSRule>
7776
```
7877

79-
For all images, you can optionally also include a cross-origin attribute in your image. This is not absolutely necessary since the `anonymous` origin is set in the Javascript code.
78+
For all images, you can optionally also include a cross-origin attribute in your image. This is not absolutely necessary since the `anonymous` origin is set in the Javascript code, but kudos to you for being a super-developer.
8079

8180
```html
8281
<img src="/image.jpg" data-adaptive-background='1' cross-origin="anonymous"/>

0 commit comments

Comments
 (0)