Skip to content

Commit

Permalink
change the vae demo image due to ethic problem;
Browse files Browse the repository at this point in the history
  • Loading branch information
lawrence-cj committed Nov 28, 2024
1 parent fa2b554 commit 4b6e5fa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
Binary file added asset/content/ae/4_img_origin.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added asset/content/ae/4_img_vae_junyu.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 6 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,10 @@
margin-left: auto; /* Center the image horizontally */
margin-right: auto;
}
.image-comparison-content {
max-width: 440px; /* Limit the width to 80% of the screen */
max-height: 305px; /* Limit the width to 80% of the screen */
}
video {
max-width: 92%; /* The video will scale to fit the container */
}
Expand Down Expand Up @@ -624,8 +628,8 @@ <h2>Several Core Design Details for Efficiency</h2>

<section class="image-comparison-container">
<div class="image-comparison-content">
<img src="asset/content/ae/2_img_vae_junyu.png" alt="Image 1" class="image-1"/>
<img src="asset/content/ae/2_img_origin.png" alt="Image 2" class="image-2"/>
<img src="asset/content/ae/4_img_vae_junyu.jpg" alt="Image 1" class="image-1"/>
<img src="asset/content/ae/4_img_origin.jpg" alt="Image 2" class="image-2"/>
<div class="slider"></div>
</div>
</section>
Expand Down

0 comments on commit 4b6e5fa

Please sign in to comment.