This is an automated email from the ASF dual-hosted git repository.

ovilia pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/echarts-www.git


The following commit(s) were added to refs/heads/master by this push:
     new 204f0df7 fix: event images
204f0df7 is described below

commit 204f0df7cc7ffa6a177662940294a8a4e2ef81c2
Author: Ovilia <zwl.s...@gmail.com>
AuthorDate: Mon May 9 14:46:06 2022 +0800

    fix: event images
---
 _jade/en/index.jade | 4 ++--
 _jade/zh/index.jade | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/_jade/en/index.jade b/_jade/en/index.jade
index 3c974672..dbb2f420 100644
--- a/_jade/en/index.jade
+++ b/_jade/en/index.jade
@@ -45,10 +45,10 @@ block content
 
             section#events-section
                 .container
-                    
a.event(href='https://apachecon.com/acasia2022/zh/?ref=echarts')
+                    
a.event(href='https://apachecon.com/acasia2022/zh/?ref=echarts', style="width: 
1000px; margin: 15px auto")
                         picture
                             
source.lazy(data-srcset="#{cdnPayRoot}/#{ecWWWLang}/images/event/20220509-acasia2022.webp?_v_=#{cdnPayVersion}",
 type="image/webp")
-                            
source.lazy(data-srcset="#{cdnPayRoot}/#{ecWWWLang}/images/event/20220509-acasia2022.png?_v_=#{cdnPayVersion}",
 type="image/png")
+                            
img.lazy(data-srcset="#{cdnPayRoot}/#{ecWWWLang}/images/event/20220509-acasia2022.png?_v_=#{cdnPayVersion}",
 type="image/png")
             //-                 
img.lazy(data-src="#{cdnPayRoot}/#{ecWWWLang}/images/event/20210705-apachecon-en.jpeg?_v_=#{cdnPayVersion}",
 alt="ApacheCon Asia 2021")
 
             section#feature-section
diff --git a/_jade/zh/index.jade b/_jade/zh/index.jade
index 243e6d53..9fac467d 100644
--- a/_jade/zh/index.jade
+++ b/_jade/zh/index.jade
@@ -44,10 +44,10 @@ block content
 
             section#events-section
                 .container
-                    
a.event(href='https://apachecon.com/acasia2022/zh/?ref=echarts')
+                    
a.event(href='https://apachecon.com/acasia2022/zh/?ref=echarts', style="width: 
1000px; margin: 15px auto")
                         picture
                             
source.lazy(data-srcset="#{cdnPayRoot}/#{ecWWWLang}/images/event/20220509-acasia2022.webp?_v_=#{cdnPayVersion}",
 type="image/webp")
-                            
source.lazy(data-srcset="#{cdnPayRoot}/#{ecWWWLang}/images/event/20220509-acasia2022.png?_v_=#{cdnPayVersion}",
 type="image/png")
+                            
img.lazy(data-srcset="#{cdnPayRoot}/#{ecWWWLang}/images/event/20220509-acasia2022.png?_v_=#{cdnPayVersion}",
 type="image/png")
                             //- 
img.lazy(data-src="#{cdnPayRoot}/#{ecWWWLang}/images/event/20210705-apachecon.jpeg?_v_=#{cdnPayVersion}",
 alt="ApacheCon Asia 2021")
 
             section#feature-section


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org

Reply via email to