Skip to content

Commit 9195e77

Browse files
committed
Optimize hero images, feather edges
1 parent baf438b commit 9195e77

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

docs/.vuepress/theme/components/Hero.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<template>
22
<div class="hero relative content-block">
3-
<img alt="Ethereum.org Hero Image" height="auto" src="../images/hero.png" />
3+
<img alt="Ethereum.org Hero Image" class="hide-dark" width="946" height="auto" src="../images/hero.gif" />
4+
<img alt="Ethereum.org Hero Image - Dark" class="show-dark" width="946" height="auto" src="../images/hero-dark.gif" />
45

56
<div class="hero-block beginners sm-hide">
67
<router-link class="block header" to="/beginners/">→ Beginners</router-link>
84.2 KB
Loading

docs/.vuepress/theme/images/hero.gif

78.2 KB
Loading

0 commit comments

Comments
 (0)