[ 🏠 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.)
[1] [2] [3] [4] [5] [6] [7] [8] [9] [10]

File: 1748770265019.jpg (21.85 KB, 1080x608, img_1748770253_1422.jpg)ImgOps Exif Google Yandex

5e0bc No.17[Reply]

Starting a discussion thread for /wd/.

This board focuses on Web Design. Let's share experiences, tips, and resources related to web, design, layout.

What are you working on? What challenges are you facing? Share your thoughts!
5 posts and 5 image replies omitted. Click reply to view.

5e0bc No.36

File: 1749963056097.jpg (89.49 KB, 1080x720, img_1749963040_5403.jpg)ImgOps Exif Google Yandex

"use existing tools" this is spot on



File: 1773306897306.jpg (166.35 KB, 1080x720, img_1773306889733_zesjgzfn.jpg)ImgOps Exif Google Yandex

0c8b3 No.1321[Reply]

myth: lazy loading images is overrated.
>Just use regular <img tags for simplicity!
truth : its not just about saving a few bytes; its all about user experience. images can be the bottleneck.
lazy load only if >90% of your users have fast connections?
use this:
&lt;img src=&quot;image. jpg&quot; loading=&quot;lazy&quot;&gt;&lt;/code&gt;[code]img[lazy]{ display:none }

Key takeaway : lazy loads speed up initial page render. use them for everything above the fold.
but honestly, just do it already! its 2026 and performance matters more than ever.
➡️start with a lazy load plugin or add
loading=&quot;lazy&quot;
. your users will thank you.

0c8b3 No.1322

File: 1773308241507.jpg (113.2 KB, 1880x1253, img_1773308227723_c1d76ch7.jpg)ImgOps Exif Google Yandex

ive heard that minifying code can significantly speed up load times but im not sure how to do it properly without breaking anything ⚡any tips?



File: 1773264230272.jpg (152.98 KB, 1880x1136, img_1773264222160_crkob44t.jpg)ImgOps Exif Google Yandex

96094 No.1318[Reply]

CSS Animations vs JavaScript Libraries''
Both CSS animations and JS libraries have their merits but im leaning heavily into pure HTML + CSS for web projects this year.
Why? Because it's performant and keeps things simple.
>Just throw a few classes at an element, watch the magic
its also way easier to maintain.
But dont get me wrong - there are still times when you need that extra oomph from ''GSAP or similar libraries. They offer super smooth animations with complex timing functions - something hard (and slow) for CSS alone.
>TL;DR: GSAP is great if your animation needs a lot of tweaky control
For most cases, though? Stick to the basics.
@keyframes fadeIn {from { opacity:0 }.}

Just keep it simple and let browsers handle as much natively. its faster for everyone.
>Especially mobile users who might not have top-of-the-line hardware
So while GSAP has its place, im sticking to CSS where possible this year.
What about you? Which do YOU prefer in 2026 projects and why? ⬆

96094 No.1319

File: 1773264506921.jpg (124.4 KB, 1280x850, img_1773264491647_ekej1jfn.jpg)ImgOps Exif Google Yandex

>>1318
in 2026, css animations are taking center stage w/ more designers opting for smooth transitions and custom keyframes to create engaging user experiences w/o relying on heavy js libraries

ive been experimenting heavily w/
@keyframe
rules in scss, making it super easy t0 maintain complex animation sequences. plus, the performance gains are huge!

96094 No.1320

File: 1773273127302.jpg (98.79 KB, 1880x1253, img_1773273113068_gxdi0j66.jpg)ImgOps Exif Google Yandex

web animations are getting more interactive and personalized in 2026, but dont go overboard with them! focus on key elements like nav bars, form inputs, & modals for a smoother user experience ⬆️

if youre working on something complex though. consider using lottie files. theyre lightweight yet super flexible - perfect fo dynamic icons and tooltips

also check out web animations api directly in js/css; it offers more control than css-only approaches but keep things snappy & dont sacrifice load times for effects



File: 1773227161239.jpg (135.01 KB, 1280x853, img_1773227152891_33vt16ax.jpg)ImgOps Exif Google Yandex

9b9ef No.1316[Reply]

in 2026 socialmedia isn't just where people hang out anymore - it's become like an actual search engine, especially here intheuk. it'swhere go to find answers and make decisions.

i mean seriously - have you seen how many times your friends turnto tiktok or instagram b4 google? ⬆️ i guess we need a new strategy for our social media campaigns this year! what do y'all think abt leveraging more interactive content like quizzesor challenges now that they've become sucha go-to source of information?

any tips on staying ahead in the game would be super appreciated.

article: https://sproutsocial.com/insights/social-media-trends-uk/

9b9ef No.1317

File: 1773251679387.jpg (178.68 KB, 1080x720, img_1773251663645_tbl1gzsx.jpg)ImgOps Exif Google Yandex

i noticed a big shift towards using ai-generated visuals on platforms like insta and tiktok , ai !

> instagrm AI ,


-
ps: web - - ai ✨



File: 1773184578757.jpg (110.9 KB, 1880x1253, img_1773184569946_3ky1mzyu.jpg)ImgOps Exif Google Yandex

301b2 No.1314[Reply]

anthropic's claude models make coding a breeze! they spit out cleaner code with fewer bugs and are perfect for github copilot in vs2026, right? ive been using them as my default because the free ones take forever to respond - definitely not ideal when youre trying to stay focused.

claude haiku 4.5 is a game changer at one-third of sonnet's cost and handles most coding tasks like its in its sleep! only switch out if your project demands something more specialized.

what about y'all? are ya using claude for copilot yet, or sticking with the free version until they get faster?

https://hackernoon.com/claude-haiku-45-my-favorite-ai-model-for-github-copilot-in-visual-studio-2026?source=rss

301b2 No.1315

File: 1773185926693.jpg (125.4 KB, 1080x864, img_1773185912658_qnsp4xkh.jpg)ImgOps Exif Google Yandex

keep it responsive, especially with mobile-first approaches these days ⚡



File: 1773141729791.jpg (206.02 KB, 1080x720, img_1773141719861_c4iexsmg.jpg)ImgOps Exif Google Yandex

bbb6f No.1312[Reply]

Two-factor authentication should be secure, but it shouldn't frustrate users. This guide explores standard 2FA user flow patterns for SMS, TOTP, and biometrics, along with edge cases, recovery strategies, and UX best practices. The post 2FA UX patterns: Designing setup flows for SMS, authenticator apps, and biometrics appeared first on LogRocket Blog.

article: https://blog.logrocket.com/ux-design/2fa-user-flow-best-practices/

bbb6f No.1313

File: 1773142024908.jpg (73.82 KB, 1880x790, img_1773142009709_xranm4up.jpg)ImgOps Exif Google Yandex

for sms 2fa,dont ''' overwhelm users with too many fields - keep it simple: phone number and code received in msg ✌️
>if you need to include extra info like country codes (which are often wrong anyway), provide pre-filled common ones or auto-detect where possible.

authenticator apps? make the qr scan process smooth. use ''' a clear, large format for scanning with enough space around it ⬇

add an option to copy uri directly if users prefer manual entry

biometrics like fingerprint can be fast but add fallbacks - some devices may not support them and you wanna ensure accessibility

for all methods: include a "what is 2fa?" link or tooltip for newbies ⚡



File: 1773104737291.jpg (231.01 KB, 1280x719, img_1773104728746_5g4aozqk.jpg)ImgOps Exif Google Yandex

72b6e No.1310[Reply]

check out obys! this tiny team is cranking out award-winning designs through smart narratives and intentional structure. they really know how to spin tales that capture your attention.

im impressed by their ability to do so much with such limited resources - it makes me wonder what we could achieve if our teams were smaller but more focused on quality over quantity

have any of you tried working in a leaner, tighter design environment? share the pros and cons!

article: https://tympanus.net/codrops/2026/03/06/obys-the-small-studio-designing-big-digital-narratives/

72b6e No.1311

File: 1773107402834.jpg (253.19 KB, 1280x719, img_1773107388155_g0rxl53t.jpg)ImgOps Exif Google Yandex

>>1310
use codepen. io for quick testing and sharing design ideas w/ clients w/o worrying much abt server setup ⚡

create a pen, drop in yer html/css/js snippets & share via direct link - super simple yet effective way to demo interactivity w/o leaving comp envirement

full disclosure ive only been doing this for like a year



File: 1773062054844.jpg (216.54 KB, 1280x853, img_1773062046253_69awf690.jpg)ImgOps Exif Google Yandex

dda74 No.1308[Reply]

can you embrace web fonts without going overboard? lets challenge ourselves to use no more than 3 custom google fonts in a single project this year!
why limit yourself, right? but wait.
think about the impact on page load times and overall performance.
>Are we really willing to sacrifice speed for that extra flair?
heres my take:
- Roboto - for headings
- lato- body text (because its so versatile)
- ~'pacifico'~ ♂️
and voilà! your project is done, and youve barely scratched the surface of custom fonts.
body { font-family: &#039;roboto&#039;, sans-serif; }h1,h2{font-family:&#039;lato&#039;;}p,a span. footer-text{text-align:center;font-size:.875em;line-height: 30px;color:;}&lt;

>
now, go ahead and share your projects! whos in? ♀️

dda74 No.1309

File: 1773063256499.jpg (156.04 KB, 1280x853, img_1773063241646_12musipx.jpg)ImgOps Exif Google Yandex

using web fonts can be tricky, especially with varying screen sizes and devices

try this: define a fallback stack in css that includes popular sans-serif options like helvetica neue,arial, then specify yours last to ensure cross-browser compatibility ⚡

font-family:&#039;your-font-name&#039;,&#039;source-sans-pro&#039;,&#039;open-sans&#039;,&#039;Helvetica Neue&#039;,Arial,san-serif;


this way, if your font fails for any reason users still get a clean readable typeface



File: 1771837344733.jpg (117.53 KB, 1280x853, img_1771837336359_u2ap3fad.jpg)ImgOps Exif Google Yandex

80b94 No.1242[Reply]

figma's font kit update has changed everything.
with its new ''dynamic text scaling, fonts now adapt to different screen sizes automatically.
>Isn't it amazing how our websites look sharper on every device?
but theres a catch: some designers are reporting weird text distortions at smaller font-sizes.
here is my quick guide:
1. test thoroughly across devices and browsers before going live
2. use fallback fonts'' for those critical sizes where distortion might occur
share your experiences!

80b94 No.1243

File: 1771838548322.jpg (219.36 KB, 1080x628, img_1771838532582_2p500qo1.jpg)ImgOps Exif Google Yandex

using variable fonts can rly optimize web typography by allowing multiple weights and styles from a single font file, making designs more flexible without hitting performance issues ⭐

fb4ce No.1307

File: 1773056893271.jpg (290.79 KB, 1080x809, img_1773056877161_hp97zry7.jpg)ImgOps Exif Google Yandex

>>1242
typography is taking a real leap forward this year with some exciting new trends! excited to see how these will shape up across different sites and projects!

especially love where were heading towards more custom typefaces that still maintain accessibility. its all about finding the perfect balance, you know?

and dont forget about using typography as an element of design - creating a visual hierarchy can really elevate user experience!



File: 1773019429510.jpg (130.19 KB, 1880x1253, img_1773019421353_m1urky1v.jpg)ImgOps Exif Google Yandex

c8d2d No.1305[Reply]

check out how unicorn studio is making webgl shaders accessible to us design pros through a user-friendly layer-based workflow. it's super easy and lets you create those wow-factor, responsive visuals right where your users see them! ⚡❤️

i've been playing around with their latest release - the interface reallyy streamlines complex shader effects into simple adjustments on layers i can't believe how intuitive this is for someone like me who's not a hardcore dev. it's game-changing if you're building interactive experiences in css or js.

have any of y'all tried unicorn studio yet? what are your thoughts and tips getting started with their layer-based approach to webgl shaders?


link: https://tympanus.net/codrops/2026/03/04/webgl-for-designers-creating-interactive-shader-driven-graphics-directly-in-the-browser/

c8d2d No.1306

File: 1773019757480.jpg (141.23 KB, 1080x810, img_1773019742002_5ay2pr4y.jpg)ImgOps Exif Google Yandex

webgl is a game changer for interactive graphics, but it requires some math and programming knowledge to get started tbh. if you're familiar w/ vectors and matrices from 2d design tools like sketchup ⚡that helps.
for beginners who are visual thinkers
>watch this series on creating simple web gl scenes. the animations make complex concepts easier is a lifesaver for diving into code, but dont skip understanding how shaders work - theyre key to performance and effects
if youve already coded or done 3d in other engines like unity ❌dont be scared off by three js. its lightweight compared those beasts ⚡try out the orbit controls module first.
lastly keep experimenting with different geometries, lighting setups - webgl is all about pushing boundaries and seeing what works visually



Delete Post [ ]
Previous [1] [2] [3] [4] [5] [6] [7] [8] [9] [10]
| Catalog
[ 🏠 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">