mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-03-03 06:29:42 +00:00
Merge remote-tracking branch 'remotes/upstream/master'
# Conflicts: # client/components/app/BookShelfCategorized.vue # client/components/ui/IconBtn.vue # client/components/ui/ReadIconBtn.vue
This commit is contained in:
commit
cbd340f05e
124 changed files with 3661 additions and 2571 deletions
|
|
@ -121,6 +121,8 @@ export default {
|
|||
|
||||
var img = document.createElement('img')
|
||||
img.src = src
|
||||
img.alt = `${this.name}, ${this.$strings.LabelCover}`
|
||||
img.ariaHidden = true
|
||||
img.className = 'absolute top-0 left-0 w-full h-full'
|
||||
img.style.objectFit = showCoverBg ? 'contain' : 'cover'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue