Comments on [ F2U ] User Onigiri All Comments Start of Thread Parent

hello!  this is because the background settings are set to background-repeat:repeat, causing that tile effect!

for one image, add in: background-size:cover; background-repeat:no-repeat; like so!

 <div class="container-fluid shadow p-3" style="font-size:95%; background-image:url(IMG_URL_HERE); background-size:cover; background-repeat:no-repeat;">

Thank you so much!!!!