We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5533773 commit efce922Copy full SHA for efce922
1 file changed
libs/common-docs/src/components/blog-preview/blog-portfolio-item.component.ts
@@ -9,7 +9,7 @@ import { IPortfolio } from "../../models/portfolio.interface";
9
template:`
10
<div class="article-item">
11
<div class="img-container zoom-img-scale">
12
- <img class="w-full h-full object-cover" [src]="article ? article.bgImg : project?.previewImg" [alt]="article ? article.title : project?.name + 'img'">
+ <img class="w-full h-full" [src]="article ? article.bgImg : project?.previewImg" [alt]="article ? article.title : project?.name + 'img'">
13
</div>
14
<div class="text-container">
15
<p>{{article ? article.title : project?.name}}</p>
0 commit comments