Skip to content

Commit

Permalink
Fix: Album details cover zoom #1153
Browse files Browse the repository at this point in the history
  • Loading branch information
jcorporation committed Nov 3, 2023
1 parent b4e4c78 commit 0b47213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@ <h2 class="dropdown-header" data-phrase="Tags"></h2>
<div class="table-responsive scrollContainer">
<div class="row me-0">
<div class="col-12 col-sm-6 col-xl-4 mb-3">
<div id="viewDatabaseAlbumDetailCover" class="mb-3 album-cover album-cover-loading clickable carousel" data-href='{"cmd": "zoomPicture", "options": []}'></div>
<div id="viewDatabaseAlbumDetailCover" class="mb-3 album-cover album-cover-loading clickable carousel" data-href='{"cmd": "zoomPicture", "options": ["target"]}'></div>
</div>
<div id="viewDatabaseAlbumDetailInfo" class="text-break col-12 col-sm-6 col-xl-8 mb-3">
<div id="viewDatabaseAlbumDetailInfoTags" class="row"></div>
Expand Down

0 comments on commit 0b47213

Please sign in to comment.