Skip to content

feat: pass image size to carousel

Administrator requested to merge feat/pass_image_size into main

Created by: ashleythedeveloper

This PR extends the Implementations interface to include image size, which the Pledges carousel then consumes.

This addresses an issue where SVGs inherently lack a size, resulting in a size of 0x0px and avoids placing a constraint on other logos displayed that don't share the same aspect ratio.

Rendering of an SVG

Before the fix Screenshot 2025-06-24 at 1 25 57 pm

After the fix Screenshot 2025-06-24 at 1 09 20 pm

Merge request reports

Loading