From b5c8b9ab05b473f9f682c7636eb7ea288f931d6a Mon Sep 17 00:00:00 2001 From: Blueswen Date: Sun, 23 Apr 2023 16:25:41 +0800 Subject: [PATCH] Fix srcset example typo According to [document](https://developer.mozilla.org/en-US/docs/Learn/HTML/Multimedia_and_embedding/Responsive_images), each set of image information needs to be separated by a comma. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c4e13f..c18539e 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ Or manually download and link `glightbox.min.js` in your HTML: +data-srcset="img480.jpg 480w, img800.jpg 800w"> image ```