Skip to content

Commit

Permalink
Merge pull request #1205 from rozzilla/patch-1
Browse files Browse the repository at this point in the history
Update readme with CDN resources
  • Loading branch information
tbaltrushaitis authored May 25, 2018
2 parents a26c6d9 + 0c41f7a commit 8c2c787
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@ First and most important, the jQuery library needs to be included (no need to do
<link href="/lib/jquery.bxslider.css" rel="stylesheet" />
```

Or, if you prefer, you can get the bxSlider's resources from the **CDN**:

```html
<script src="https://cdnjs.cloudflare.com/ajax/libs/bxslider/4.2.15/jquery.bxslider.min.js"></script>
<link href="https://cdnjs.cloudflare.com/ajax/libs/bxslider/4.2.15/jquery.bxslider.min.css" rel="stylesheet" />
```

### Step 2: Create HTML markup

Create a `<ul class="bxslider">` element, with a `<li>` for each slide. Slides can contain images, video, or any other HTML content!
Expand Down

0 comments on commit 8c2c787

Please sign in to comment.