ValkoinenKissa opened a new issue, #1432: URL: https://github.com/apache/airflow-site/issues/1432
## Description The favicon for https://airflow.apache.org/ appears visually cropped in Chromium-based browsers (Chrome and Edge) as well as in Google Search results. The issue does not appear in Firefox 149, where the favicon renders correctly in the browser tab. This suggests a potential favicon asset sizing or padding issue that affects Blink-based rendering and Google indexing. --- ## Steps to Reproduce ### Chrome / Edge 1. Open https://airflow.apache.org/ 2. Observe the favicon in the browser tab. 3. The icon appears clipped at the edges. <img width="440" height="97" alt="Image" src="https://github.com/user-attachments/assets/d3f62ba7-5c3a-4cbd-a20a-5a77c48d1b1d" /> ### Firefox 1. Open https://airflow.apache.org/ 2. Observe the favicon in the browser tab. 3. The icon renders correctly with proper margins. <img width="504" height="106" alt="Image" src="https://github.com/user-attachments/assets/0e64b80d-dbc2-4964-80db-153b269d4ec0" /> ### Google Search 1. Search for "Apache Airflow" on Google. 2. Observe the favicon displayed next to the search result. 3. The icon appears visually cropped. <img width="1134" height="477" alt="Image" src="https://github.com/user-attachments/assets/abeaaa33-261d-4038-8a33-e767f9f6f2b4" /> --- ## Actual Behavior The favicon appears clipped in: - Chrome - Edge - Google Search results --- ## Expected Behavior The favicon should render consistently and maintain appropriate internal margins across: - All major browsers - Google Search results --- ## Environment - OS: Windows 11 - Chrome: 145.0.7632.117 - Edge: 145.0.3800.82 - Firefox: 149 - Display resolution: 1920×1080 --- ## Possible Cause (Speculative) The favicon asset may lack sufficient internal padding or may not provide optimized multi-size variants (e.g., 16×16, 32×32, 48×48). Chromium-based browsers and Google may be scaling a tightly-cropped asset, causing the appearance of clipping. Providing properly padded multi-resolution assets or an SVG favicon could improve cross-browser consistency. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
