database driven image uploader and storage service model
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<section class="hero">
|
||||
<!-- Mountain background layer -->
|
||||
<div class="hero-mountains" aria-hidden="true">
|
||||
<img [src]="config().hero_background_url" alt="">
|
||||
<img [src]="resolveImageUrl(config().hero_background_url)" alt="">
|
||||
</div>
|
||||
|
||||
<!-- Gradient overlay -->
|
||||
@@ -11,7 +11,7 @@
|
||||
<div class="hero-content container">
|
||||
<div class="hero-inner">
|
||||
<div class="hero-icon">
|
||||
<img [src]="config().hero_icon_url" alt="" class="hero-flower">
|
||||
<img [src]="resolveImageUrl(config().hero_icon_url)" alt="" class="hero-flower">
|
||||
</div>
|
||||
<h1 class="hero-title">
|
||||
<span class="hero-line1">{{ config().name_primary }}</span>
|
||||
@@ -37,6 +37,6 @@
|
||||
|
||||
<!-- Mountain divider at bottom -->
|
||||
<div class="hero-divider" aria-hidden="true">
|
||||
<img [src]="config().hero_divider_url" alt="">
|
||||
<img [src]="resolveImageUrl(config().hero_divider_url)" alt="">
|
||||
</div>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user