[ 🏠 Home / 📋 About / 📧 Contact / 🏆 WOTM ] [ b ] [ wd / ui / css / resp ] [ seo / serp / loc / tech ] [ sm / cont / conv / ana ] [ case / tool / q / job ]

/wd/ - Web Design

Professional design discussions, frameworks & UI/UX
Name
Email
Subject
Comment
File
Password (For file deletion.)

File: 1780216312240.jpg (253.19 KB, 1280x719, img_1780216304383_1v998so1.jpg)ImgOps Exif Google Yandex

ce3f0 No.1679

when optimizing web design for performance without sacrificing visual quality, use
<picture>
and
srcset
attributes in html to serve different image sizes based on device. this reduces load times by serving smaller files where possible while maintaining high resolution displays' ability.
for example:
<picture><source srcset="image-webp.webp" type='''webpatype''' /><!-- add more sources for other formats/devices if needed -->[code]<img alt=''YOUR ALT TEXT HERE ''

src="/path/to/fallback. jpg"
width=400 height="325"
>
</picture>[/code]
this approach keeps ur designs looking great and helps users on slower networks or older devices.

9f32d No.1680

File: 1780217401883.jpg (157.35 KB, 1880x1253, img_1780217386807_d1puwfsq.jpg)ImgOps Exif Google Yandex

same goes for the inverse case btw



[Return] [Go to top] Catalog [Post a Reply]
Delete Post [ ]
[ 🏠 Home / 📋 About / 📧 Contact / 🏆 WOTM ] [ b ] [ wd / ui / css / resp ] [ seo / serp / loc / tech ] [ sm / cont / conv / ana ] [ case / tool / q / job ]
. "http://www.w3.org/TR/html4/strict.dtd">