Relative Content

Tag Archive for bootstrap-4web-development-server

why only my first bootstrap card image is not displaying

Iam currently working on MERN stack project and in that I want to display images in the form of cards, Iam using bootstrap for styling. All my cards go well but after some time my first card image is not displaying, and the remaining are working well. when I checked the code using inspect, the src attribute for img tag is empty only for card. But the link I have given in my database is working well and I did not miss anything. Only first card image is not displaying, all other images are working. If I removed that card from database, after some time the next first card also not displaying. Iam not able understand the problem. Please help me.