Hi @AnnaS
Hey there! 
I had a look at your site performance on PageSpeed Insights https://pagespeed.web.dev/ (mobile score ~57, desktop ~73). The desktop performance looks decent, but on mobile, the First Contentful Paint and Largest Contentful Paint are taking 8–10 seconds, which explains the white flash you’re noticing on the team page. Here are some targeted fixes that should help:
1. Enable Lazy Loading on Team Images
Problem: All team photos load at the same time, even if they’re not visible yet. On mobile, this delays rendering and causes white gaps while scrolling.
Solution: In Webflow, select each image and turn on Lazy Load in the settings panel. This way, images below the fold load only when a user scrolls to them.
This reduces the initial load time and improves your First Contentful Paint score.
2. Add a Background Color or Placeholder
Problem: By default, when images load, browsers display white space, which looks like flashing or a blank bottom.
Solution: Add a solid background color or blurred placeholder to the section/container that holds the team images. Pick a color similar to your image theme (e.g., light gray or brand color).
This makes the transition smoother and hides the flash effect.
3. Use Next-Gen Formats (WebP/AVIF)
Problem: JPG and PNG files, even compressed, remain heavier than modern formats. That’s why your Largest Contentful Paint (LCP) is ~10s on mobile.
Solution: Convert your images to WebP or AVIF (you can use tools like Squoosh or Image Optimizer Pro). These formats are 30–60% smaller while keeping quality sharp.
Lighter files mean faster rendering and smoother scrolling, especially on slower mobile connections.
4. Split Large Image Groups
Problem: If dozens of team pictures load in one block, the browser struggles to process them at once, which hurts scroll performance.
Solution: Break the gallery into smaller sections or use CMS pagination/slider to load fewer images initially. You can also lazy-load extra sets of team members when someone clicks “Load More.”
This reduces memory strain on the browser and improves smooth scrolling without flashes.
If you don’t want to manually tweak each of these settings, an easier option is to try Website Speedy (a Webflow app we built) — it automatically handles performance tuning and image delivery for you.
(Disclaimer: We developed this tool and are happy to answer any questions you may have about it!)