Skip to content

Commit

Permalink
Attempt To Fix Image Size #9
Browse files Browse the repository at this point in the history
  • Loading branch information
“DeeptanshuPrasad” committed Oct 2, 2023
1 parent 797f9d5 commit e149413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/FeatureDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
class="img-fluid"
:alt="feature.alt"
loading="lazy"
sizes="70vw"
sizes="30vw"
/>
<h3 class="feature__heading">{{ feature.title }}</h3>
<p>
Expand Down

0 comments on commit e149413

Please sign in to comment.