diff options
author | Xavier Roche <roche@httrack.com> | 2022-12-30 14:57:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-30 14:57:06 +0100 |
commit | 8a65d5af7ddcda2cab89a6d08df680a4e614cd23 (patch) | |
tree | 8b8b64935af6365d93813ba2844f1f50468b0b06 | |
parent | fa14db8666686a3920cfa3983b51a1b49fbd6fc9 (diff) | |
parent | d978354e88e7709275b2f2a06d9b0b05c7802c8e (diff) |
Merge pull request #220 from brianredbeard/data-image-fix
feature: Support data-src and data-srcset
-rw-r--r-- | src/htslib.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/htslib.c b/src/htslib.c index a73cbe1..1df4765 100644 --- a/src/htslib.c +++ b/src/htslib.c @@ -115,6 +115,8 @@ const char *hts_detect[] = { "archive", "background", "data", // OBJECT + "data-src", + "data-srcset", "dynsrc", "lowsrc", "profile", // element META |