Skip to content

Commit

Permalink
Merge pull request #4101 from crazyserver/MOBILE-4470
Browse files Browse the repository at this point in the history
MOBILE-4470 database: Fix picture classname to match LMS
  • Loading branch information
dpalou authored Jun 20, 2024
2 parents ad9c442 + 9a95ebc commit 5930f14
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
</ng-container>

<button class="as-link" *ngIf="listMode && imageUrl" (click)="navigateEntry()">
<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 />
</button>

<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"
[attr.height]="height" core-external-content />

0 comments on commit 5930f14

Please sign in to comment.