1
0

Removed width attribute from img

This commit is contained in:
2022-03-30 01:59:38 +01:00
parent 19595bf1d2
commit 0ab8cfc17f

View File

@@ -4,7 +4,7 @@ export default {
},
template: `
<div class="card text-center">
<img class='card-img-top' :src="'../img/' + funko.img + '.jpg'" :alt="funko.name" width="150" />
<img class='card-img-top' :src="'../img/' + funko.img + '.jpg'" :alt="funko.name" />
<div class="card-header">
<p v-html="funko.title"></p>
</div>