From c6e4fefd9beee94333a9cd3b938f4d54755975ea Mon Sep 17 00:00:00 2001 From: Sean <1026025056@qq.com> Date: Sat, 11 Apr 2020 17:13:45 +0800 Subject: [PATCH] fixed safari webp display problem --- docs/index.html | 16 ++++++++------- docs/index_source.html | 45 ++++++++++++++++++++++++++++++++++++------ 2 files changed, 48 insertions(+), 13 deletions(-) diff --git a/docs/index.html b/docs/index.html index 66e85660..a4a04080 100755 --- a/docs/index.html +++ b/docs/index.html @@ -260,7 +260,7 @@ } } - function use_png() { + function use_jpg() { pics = $("img"); var page_url = window.location.href; for (var i= 0; i
loading...