Skip to content

Commit

Permalink
use bigger image as default
Browse files Browse the repository at this point in the history
  • Loading branch information
yeranosyanvahan committed Nov 18, 2023
1 parent 55c2ade commit b127a23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/awards.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import "yet-another-react-lightbox/styles.css";

const photos = certinfo.map(cert => ({
...cert,
src: `/certificates/small_${cert.file_name}`,
src: `/certificates/${cert.file_name}`,
width: cert['orientation'] === 'landscape' ? 1287 : 1000,
height: cert['orientation'] === 'landscape' ? 1000 : 1462,
srcSet: [
Expand Down

0 comments on commit b127a23

Please sign in to comment.