Skip to content

Commit

Permalink
Merge pull request #402
Browse files Browse the repository at this point in the history
Image widths setting
  • Loading branch information
portableant authored May 25, 2022
2 parents d3f529c + 32e342d commit 24424ea
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion public/css/app.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/css/fitzwilliam.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions public/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"/js/app.js": "/js/app.js?id=1072f3bf5674b0bbd5892213a7f75ff1",
"/css/app.css": "/css/app.css?id=342dfcf14aa5d4fe58458e4d196dea7b",
"/css/fitzwilliam.css": "/css/fitzwilliam.css?id=0bfba9852385067c85d3b8339d587492"
"/css/app.css": "/css/app.css?id=c3fa58bc0f7de5324b34ae95fb25d5fe",
"/css/fitzwilliam.css": "/css/fitzwilliam.css?id=77a35cfaed6c45d6581e734762fb43ad"
}
1 change: 1 addition & 0 deletions resources/views/components/image-card.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
src="{{ $image['data']['thumbnails'][13]['url']}}"
alt="{{ $altTag }}"
width="{{ $image['data']['thumbnails'][13]['width']}}"
height="{{ $image['data']['thumbnails'][13]['height']}}"
loading="lazy"
/>
</a>
Expand Down

0 comments on commit 24424ea

Please sign in to comment.