Skip to content

Commit

Permalink
Merge pull request #418 from blueswen/patch-3
Browse files Browse the repository at this point in the history
Fix srcset example typo
  • Loading branch information
gingerchew authored Jul 12, 2023
2 parents d5417dd + b5c8b9a commit 3208784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ Or manually download and link `glightbox.min.js` in your HTML:
<a href="deafult.jpg" class="glightbox6" data-title="Responsive example"
data-description="Your browser will choose the optimal image for the resolution"
data-sizes="(max-width: 600px) 480px, 800px"
data-srcset="img480.jpx 480w img800.jpg 800w">
data-srcset="img480.jpg 480w, img800.jpg 800w">
<img src="small.jpg" alt="image" />
</a>
```
Expand Down

0 comments on commit 3208784

Please sign in to comment.