Grid is expanding to fit the image. want grid to only expand to fit the content and image to shrnk.
the grid row would expand to fit the image but I'd rather expand it to only fit the content. Basically I don't want the row height to depend on the image.
1 Reply
Had a great idea. I set the image to absolute and inset to 0. the image container div gets a position of relative. This solves the issue.