This is all unfamiliar territory for me. I am experimenting with the Bootstrap template named "Carousel" as my starting point, utilizing Bootstrap 5.3.2.
Here is the link to the Carousel example
Everything seems fine so far. However, I am struggling to locate any resources on how to replace the gray filling in the SVG placeholder with my own rounded image.
Any assistance would be greatly appreciated. My goal is to substitute that gray SVG round placeholder with an actual image.
<svg class="bd-placeholder-img rounded-circle" width="140" height="140" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Placeholder: 140x140" preserveAspectRatio="xMidYMid slice" focusable="false">
<title>Placeholder</title><rect width="100%" height="100%" fill="#777"></rect>
<text x="50%" y="50%" fill="#777" dy=".3em">140x140</text></svg>