File tree Expand file tree Collapse file tree 4 files changed +7
-0
lines changed Expand file tree Collapse file tree 4 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
30
30
- Remove `--no-zim`, `--keep` CLI arguments
31
31
- Add support to index content from `zimui` JSON files in the ZIM using custom `IndexData` (#224)
32
32
- Add integration tests to check the content of the ZIM created by the scraper (#268)
33
+ - Add an overlay image for the channel banner (#279)
33
34
34
35
## [2.3.0] - 2024-05-22
35
36
Original file line number Diff line number Diff line change 20
20
-webkit-text-size-adjust : 100% ;
21
21
}
22
22
23
+ .banner-bg .v-img__img--preload {
24
+ filter : none;
25
+ }
26
+
23
27
/* roboto-latin-100-normal */
24
28
@font-face {
25
29
font-family : 'Roboto' ;
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ import AboutDialogButton from '@/components/channel/AboutDialogButton.vue'
6
6
import { useMainStore } from ' @/stores/main'
7
7
8
8
import profilePlaceholder from ' @/assets/images/profile-placeholder.jpg'
9
+ import bannerOverlay from ' @/assets/images/banner-overlay.png'
9
10
10
11
const { mdAndDown } = useDisplay ()
11
12
@@ -46,6 +47,7 @@ const tab = ref<number>(tabs[0].id)
46
47
:scale =" 1"
47
48
height =" 120"
48
49
class =" banner-bg rounded-lg rounded-t-0"
50
+ :lazy-src =" bannerOverlay"
49
51
:src =" main.channel?.bannerPath"
50
52
></v-parallax >
51
53
You can’t perform that action at this time.
0 commit comments