lazier loading, zoom-on-hover

This commit is contained in:
2019-12-14 12:32:41 -08:00
parent fdcb665d38
commit 26bf84941d
6 changed files with 224 additions and 178 deletions

View File

@@ -35,10 +35,11 @@ export class BigPicture extends React.PureComponent<Props, {}> {
href={`img/${this.props.image.src}`}
target="_blank"
>
Download
Download
</a>
<span
className="BigPicture-footerLink"
role="button"
onClick={this.props.onClose}
onKeyPress={this._keyPress}
tabIndex={0}