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

dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/inlong-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 194297ee4 [INLONG-496][Doc] Fixed the architecture image height (#497)
194297ee4 is described below

commit 194297ee4ede36c0617f5b428844279d7e9b83fc
Author: Charles Zhang <[email protected]>
AuthorDate: Tue Jul 26 15:59:55 2022 +0800

    [INLONG-496][Doc] Fixed the architecture image height (#497)
---
 docs/introduction.md                               |   4 ++--
 .../current/introduction.md                        |   4 ++--
 static/img/inlong-structure-light.png              | Bin 220494 -> 220467 bytes
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/introduction.md b/docs/introduction.md
index 2a83343fa..755db04b0 100644
--- a/docs/introduction.md
+++ b/docs/introduction.md
@@ -46,10 +46,10 @@ values={[
 {label: 'Lightweight', value: 'lightweight'},
 ]}>
 <TabItem value="standard">
-<img src="/img/inlong-structure-en.png" align="center" alt="Apache InLong"/>
+<img src="/img/inlong-structure-en.png" align="center" style={{objectFit: 
'cover', height: '460px', width: '860px'}} alt="Apache InLong"/>
 </TabItem>
 <TabItem value="lightweight">
-<img src="/img/inlong-structure-light.png" align="center" alt="Apache InLong"/>
+<img src="/img/inlong-structure-light.png" align="center" style={{objectFit: 
'cover', height: '460px', width: '860px'}} alt="Apache InLong"/>
 </TabItem>
 </Tabs>
 
diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/introduction.md 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/introduction.md
index 45f02576a..51ae7f054 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/introduction.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/introduction.md
@@ -43,10 +43,10 @@ values={[
 {label: 'Lightweight', value: 'lightweight'},
 ]}>
 <TabItem value="standard">
-<img src="/img/inlong-structure-zh.png" align="center" alt="Apache InLong"/>
+<img src="/img/inlong-structure-zh.png" align="center" style={{objectFit: 
'cover', height: '460px', width: '860px'}} alt="Apache InLong"/>
 </TabItem>
 <TabItem value="lightweight">
-<img src="/img/inlong-structure-light.png" align="center" alt="Apache InLong"/>
+<img src="/img/inlong-structure-light.png" align="center" style={{objectFit: 
'cover', height: '460px', width: '860px'}} alt="Apache InLong"/>
 </TabItem>
 </Tabs>
 
diff --git a/static/img/inlong-structure-light.png 
b/static/img/inlong-structure-light.png
index b3ad6c0c8..20b55ef14 100644
Binary files a/static/img/inlong-structure-light.png and 
b/static/img/inlong-structure-light.png differ

Reply via email to