Skip to content

Commit

Permalink
fix slider image height
Browse files Browse the repository at this point in the history
  • Loading branch information
kreafox committed Mar 13, 2020
1 parent d8ad4dd commit 0802ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/theme/Header/HomepageSlider.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class HomepageSlider extends Component {
<div className="slider-slide">
<LazyLoadImage
className="slide-img"
height={500}
height={600}
effect="blur"
style={{ backgroundImage: `url(${images.original})` }}
width={'100%'}
Expand Down

0 comments on commit 0802ed6

Please sign in to comment.