Skip to content

Commit

Permalink
changed resolution of large pictures
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippSeidel authored and schliz committed Oct 13, 2023
1 parent 91c8f12 commit ad789a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/log.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,15 +96,15 @@ const Home: NextPage = () => {
O-Phase 2016
</p>
<div className={stylesCrew.frameGrid}>
<ImageFrame src="/log/mid_res/2016/1.jpg" frameSize="95px" frameStyle="frame5" gridColStart={15} gridColEnd={85} gridRowStart={1} gridRowEnd={50}/>
<ImageFrame src="/log/original_res/2016/1.jpg" frameSize="95px" frameStyle="frame5" gridColStart={15} gridColEnd={85} gridRowStart={1} gridRowEnd={50}/>
</div>


<p className={styles.description}>
O-Phase 2015
</p>
<div className={stylesCrew.frameGrid}>
<ImageFrame src="/log/mid_res/2015/1.jpg" frameSize="95px" frameStyle="frame6" gridColStart={15} gridColEnd={85} gridRowStart={1} gridRowEnd={50}/>
<ImageFrame src="/log/original_res/2015/1.jpg" frameSize="95px" frameStyle="frame6" gridColStart={15} gridColEnd={85} gridRowStart={1} gridRowEnd={50}/>
</div>


Expand Down

0 comments on commit ad789a4

Please sign in to comment.