Skip to content

Commit

Permalink
Style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigoalcarazdelaosa committed Jan 5, 2024
1 parent ee20fae commit d7503d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/views/community/masonry-lottie.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<div class="card">
{{ with $featured_tgs }}
<a href="{{ $link }}" {{ $target | safeHTMLAttr }} class="card-image hover-overlay">
<tgs-player autoplay loop mode="normal" src="{{ $featured_tgs.RelPermalink }}" style="width: 100%; height:auto"></tgs-player>
<tgs-player autoplay loop mode="normal" src="{{ $featured_tgs.RelPermalink }}" style="width: 100%; height: 100%" class="img-responsive" loading="lazy"></tgs-player>
</a>
{{ end }}
<div class="card-text">
Expand Down

0 comments on commit d7503d5

Please sign in to comment.