Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfe545e9

Browse files
authored
fix: missing covers in scenes list and gallery when url contains apostrophes (#1756)
ui: fixes missing covers when url contains apostrophes (ex. SwallowBay)
1 parent4bbe953 commitfe545e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎ui/src/views/scenes/Details.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<b-carouselv-model="carouselSlide"@change="scrollToActiveIndicator":autoplay="false":indicator-inside="false">
3030
<b-carousel-itemv-for="(carousel, i) in images":key="i">
3131
<divclass="image is-1by1 is-full"
32-
v-bind:style="{backgroundImage: `url(${getImageURL(carousel.url,'700,fit')})`, backgroundSize:'contain', backgroundPosition:'center', backgroundRepeat:'no-repeat'}"></div>
32+
v-bind:style='{backgroundImage: `url("${getImageURL(carousel.url,"700,fit")}")`, backgroundSize:"contain", backgroundPosition:"center", backgroundRepeat:"no-repeat"}'></div>
3333
</b-carousel-item>
3434
<template slot="indicators" slot-scope="props">
3535
<spanclass="al image"style="width:max-content;">

‎ui/src/views/scenes/SceneCard.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<divclass="card is-shadowless">
33
<divclass="card-image">
44
<divclass="bbox"
5-
v-bind:style="{backgroundImage: `url(${getImageURL(item.cover_url)})`, backgroundSize:'contain', backgroundPosition:'center', backgroundRepeat:'no-repeat', opacity:item.is_available ? 1.0 : this.isAvailOpactiy}"
5+
v-bind:style='{backgroundImage: `url("${getImageURL(item.cover_url)}")`, backgroundSize:"contain", backgroundPosition:"center", backgroundRepeat:"no-repeat", opacity:item.is_available ? 1.0 : this.isAvailOpactiy}'
66
@click="showDetails(item)"
77
@mouseover="preview = true"
88
@mouseleave="preview = false">

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp