Skip to content

Commit

Permalink
Add comment to hideImageOverlay prop
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmockett committed Nov 18, 2024
1 parent 6387ed3 commit 5ffe8e2
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ type Props = {
imagePositionOnDesktop: ImagePositionType;
imagePositionOnMobile: ImagePositionType;
showPlayIcon: boolean;
/**
* Forces hiding the image overlay added to pictures & slideshows on hover.
* This is to allow hiding the overlay on slideshow carousels where we don't
* want it to be shown whilst retaining it for existing slideshows.
*/
hideImageOverlay?: boolean;
};

Expand Down

0 comments on commit 5ffe8e2

Please # to comment.