You can use this code to Custom CSS to add a credit text over Blog Image
div[class*="MediaImage__Container"]:before {
content: "Photo by Elfsight";
position: absolute;
bottom: 10px;
right: 10px;
font-size: 12px;
color: #fff;
}
Result