Skip to content

Commit

Permalink
fixed image size
Browse files Browse the repository at this point in the history
  • Loading branch information
ishikajn8126 committed Dec 2, 2021
1 parent 777df0c commit a9c3d0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/event.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ fetch("../data/event.json")
</div>
</div>
<div class="col-md-4 col-12">
<img src="${data[index].Data[i].details.eventImg}" height="200px" alt="" srcset=""></div>
<img src="${data[index].Data[i].details.eventImg}" height="auto" width="80%" alt="" srcset=""></div>
</div>
Expand Down

0 comments on commit a9c3d0f

Please sign in to comment.