We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ad9c442 + 9a95ebc commit 5930f14Copy full SHA for 5930f14
src/addons/mod/data/fields/picture/component/addon-mod-data-field-picture.html
@@ -13,8 +13,8 @@
13
</ng-container>
14
15
<button class="as-link" *ngIf="listMode && imageUrl" (click)="navigateEntry()">
16
- <img [url]="imageUrl" [alt]="title" class="core-media-adapt-width listMode_picture" core-external-content />
+ <img [url]="imageUrl" [alt]="title" class="core-media-adapt-width list_picture" core-external-content />
17
</button>
18
19
-<img *ngIf="showMode && imageUrl" [url]="imageUrl" [alt]="title" class="core-media-adapt-width listMode_picture" [attr.width]="width"
+<img *ngIf="showMode && imageUrl" [url]="imageUrl" [alt]="title" class="core-media-adapt-width list_picture" [attr.width]="width"
20
[attr.height]="height" core-external-content />
0 commit comments