Commit 14cfb226 authored by Traboulsi's avatar Traboulsi
Browse files

Update public/js/add_content.js

parent 58eff4f6
Pipeline #8948 passed with stage
in 10 seconds
......@@ -76,7 +76,7 @@ function addcontent(item) {
'<div class="card mb-4 shadow-sm extension overflow-auto">' +
'<h5>' + item.item.title + ' <span class="content-subtitle text-muted"> ' + item.item.project + '</span></h5>' +
'<img class="thumbimg" src="' + item.item.imageLink + '" alt="">' +
'<img src="${item.sdgImage}" alt="SDG x Projecte Image" class="img-fluid">'+
'<img src="${item.sdgImage}" alt="SDG x Projecte Image" class="img-fluid" style="max-width: 100%;">'+
'<div class="card-body">' +
'<p class="card-text-lg small">' +
description +
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment