Skip to content

Commit

Permalink
Merge pull request #145 from Timo-Breumelhof/feature/140-blog-module-…
Browse files Browse the repository at this point in the history
…list-image-size

Blog List image width fix
  • Loading branch information
david-poindexter authored Mar 4, 2024
2 parents 0484e73 + 70949e6 commit edd770b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Templates/Blog/CommunityBlog/ListImage.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<picture>
<img title="[post:localizedtitle]"
src="[settings:imagehandlerpath]?TabId=[module:tabid]&ModuleId=[module:moduleid]&Blog=[Post:blogid]&Post=[Post:contentitemid]&w=270&h=152&c=0&key=[Post:image]"
<img title="[post:localizedtitle]" alt="[post:localizedtitle]"
src="[settings:imagehandlerpath]?TabId=[module:tabid]&ModuleId=[module:moduleid]&Blog=[Post:blogid]&Post=[Post:contentitemid]&w=500&h=500&c=0&key=[Post:image]"
class="img-fluid dnnc-blog-img" />
</picture>

0 comments on commit edd770b

Please sign in to comment.