SVG: For the best visual experience, we recommend using SVG icons and logotypes. You can explore a wide selection of SVG icons on Icon Finder or download them from the Iconstica icons web app.
Resize your Images: It is important to resize your images before adding them to your website, rather than simply downloading and placing them as they are. The size and resolution of an image can have a significant impact, and using an image size of 1200px x 800px for a content size of 300px x 200px is unnecessary. Resize it to 300px x 200px.
Image Formats: There are mainly 2 common file types that are used for web images which are JPEG and PNG. For images with a Flat Background use JPEG images, for images with a Transparent background use PNG images.
Compress images: For a better loading site, compress existing image to AVIF or WebP files with the built-in Image conversion tool.
Clean up: Clean up interactions and Clean up Css
Clean up CSS styles before publishing your site.
Audit panel: Before going live with your site, find and fix accessibility issues with
Webflow's Audit panel. SEO: Before publishing your site, make sure to edit the Title Tag, Meta Description, etc. For more information on SEO and how to optimize your website, Visit Add SEO title and meta description and SEO and Webflow: the essential guide.
How to Use the Built-in GSAP Animations
1. Add GSAP Library
Webflow doesn’t include GSAP by default, so you need to add it.
Go to Project Settings → Custom Code → Before </body> tag
Paste this:
<div class="about-award-item">
<div class="about-award-item-banner-wrap">
Image
</div>
</div>
2. Add GSAP Library
Go to:
Project Settings → Custom Code → Before </body>
Paste this:
<div class="testimonial-cards">
<div class="testimonial-card">Cards</div>
</div>
Notes & Tips
- These classes auto-hook into the template’s GSAP: no extra scripting needed.
- Use lightweight images/SVGs inside marquees for smooth motion.
- Animations respect the user’s Reduced Motion preference automatically.
- If something doesn’t animate, confirm the wrapper class names match exactly.