I'm encountering an issue with the block_columns component in the AgencyOS template where an outline of a rectangle larger than the image appears when loading the image for the first time. This rectangle outline resizes correctly to match the image size after refreshing the page.
Steps to reproduce:
Open AgencyOS frontend and scroll until you see the block_columns component for the first time.
Observe the outline of a rectangle larger than the image.
Refresh the page.
Notice that the rectangle outline resizes to match the image size correctly.
Expected Behavior:
The rectangle outline should match the image size on the first load without needing to refresh the page.
Description:
I'm encountering an issue with the
block_columns
component in the AgencyOS template where an outline of a rectangle larger than the image appears when loading the image for the first time. This rectangle outline resizes correctly to match the image size after refreshing the page.Steps to reproduce:
block_columns
component for the first time.Expected Behavior:
The rectangle outline should match the image size on the first load without needing to refresh the page.