commit 830470bb71b9ff35f423e7925cf7c46b6c855374 Author: HackerNCoder hackerncoder@encryptionin.space Date: Tue Oct 19 18:45:07 2021 +0000
Apparantly, img also needs the class --- templates/banner.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/banner.html b/templates/banner.html index 5244040..55e7fde 100644 --- a/templates/banner.html +++ b/templates/banner.html @@ -40,7 +40,7 @@ <picture class="banner-img-style"> {% set image = '/static/css/images/home/png/yec-activist-' + this.alt + '@3x.png' %} <source srcset="{{ image|asseturl }}"> - <img src="{{ '/static/css/images/home/png/yec-activist-en@3x.png'|asseturl }}"> + <img class="banner-img-style" src="{{ '/static/css/images/home/png/yec-activist-en@3x.png'|asseturl }}"> </picture> </div> <div class="col-1 px-0"></div>