Displaying data from .json in HTML but no style

Hi there!

So, I decided to show news in my bootstrap page with newsbox jquery plugin.

I have this issue, I am not able to fix. I have created news.json to get some news via javascript into html. I get the items I need (image, title, content), but there is no styling. Before I did this, all styles were there.

Now, the images are shown large over the whole section, instead of being shown as they are in the image above.
Can someone help me please? I am new with javascript :slight_smile:

Thank you for your answer. First time here. Can I post from GitHub?

I hope I did everything ok. This is the link to Codepen
https://codepen.io/Redemption/pen/OJLXKxd

I use newsbox.jquery plugin. If I hardcode the news it is displayed properly, with all style. But when I collect data from my news.json, the news is displayed but without any css property whatsoever.

What am I doing wrong?