Resizing FloatingGroup Image as the page scrolls down

I have an image (logo) within a Floating Group that I would like to be resized smaller as the user scrolls down the page.

Is this possible?

Thanks

Hi @ricky.nguyen1 :slight_smile: There may be a plugin which can resize the logo using CSS. One workaround that I sometimes use is to add a transparent border to the image to make it smaller. This way, the image will become smaller since the border is taking up more room within the element.

For example, if this is the logo image size by default:

Then I can add the border using this conditional statement:

2 Likes