Skip to content
Snippets Groups Projects

Set width 100% for image footer

Merged Cédric Krier requested to merge topic/default/footer-img-width into branch/default
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -130,7 +130,7 @@
<footer id="footer">
{% block footer %}
<img class="img-fluid" src="{{ url_for('static', filename='images/placeholder-large.webp') }}" sizes="100vw" srcset="{{ url_for('static', filename='images/placeholder-large.webp') }} 1920w, {{ url_for('static', filename='images/placeholder-large-800px.webp') }} 800w, {{ url_for('static', filename='images/placeholder-large-400px.webp') }} 400w" alt="" loading="lazy" style="background-color: {{ dominant_color('images/placeholder-large.webp') }};" width="1920" height="350"/>
<img class="w-100 img-fluid" src="{{ url_for('static', filename='images/placeholder-large.webp') }}" sizes="100vw" srcset="{{ url_for('static', filename='images/placeholder-large.webp') }} 1920w, {{ url_for('static', filename='images/placeholder-large-800px.webp') }} 800w, {{ url_for('static', filename='images/placeholder-large-400px.webp') }} 400w" alt="" loading="lazy" style="background-color: {{ dominant_color('images/placeholder-large.webp') }};" width="1920" height="350"/>
<section class="topfooter">
<div class="container">
<div class="row">
Loading