tushargugnani / 5balloons.info

5 stars 1 forks source link

Get Featured Image #27

Closed tushargugnani closed 1 year ago

tushargugnani commented 2 years ago

Replace the lorem picsum image of the posts with actual featured image.

Screenshot 2022-09-13 at 9 33 59 AM
tapan288 commented 1 year ago

@tushargugnani There's no featured image for some posts, what do we do in that case?

tushargugnani commented 1 year ago

Put an if condition in the blade file for the card image

<!-- Card Image-->
<div class="flex-shrink-0 hidden md:block mt-2">
    <img class="rounded-lg w-56" src="https://picsum.photos/300/200">
</div>