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

/resp/ - Responsive Design

Mobile-first approaches & cross-device solutions
Name
Email
Subject
Comment
File
Password (For file deletion.)
[1] [2] [3] [4] [5] [6] [7] [8] [9] [10]

File: 1779827534130.jpg (148.44 KB, 1880x1253, img_1779827526980_v77ma0tb.jpg)ImgOps Exif Google Yandex

58ab3 No.1605[Reply]

if u're into simpler approaches vs complex frameworks like bootstrap or foundation - try css grid over flexbox for layout control. it's more declarative and easier to maintain, especially w/ multi-column designs LESSER-KNOWN FACTS abt CSS GRID

1ac69 No.1606

File: 1779828666573.jpg (87.32 KB, 1080x720, img_1779828651940_e53m8jsm.jpg)ImgOps Exif Google Yandex

>>1605
css grid is indeed powerful for complex layouts, but dont forget abt media queries- they are crucial when fine-tuning responsiveness across different devices!
>try adjusting breakpoints to see how elements stack and resize at various screen sizes.



File: 1779770540396.jpg (116.71 KB, 1080x720, img_1779770532397_5p6hw43x.jpg)ImgOps Exif Google Yandex

44951 No.1603[Reply]

i've been diving into how design systems are evolving as we start designing for agents and automation, not just humans. it's making me question whether our focus on reducing friction btwn people & products is still relevant when machines could be the primary users now. what do you think?

full read: https://uxdesign.cc/should-i-design-for-humans-or-machines-3b8d3addd006?source=rss----138adf9c44c---4

4e53b No.1604

File: 1779771115029.jpg (99.38 KB, 1080x720, img_1779771098816_4xqntn1p.jpg)ImgOps Exif Google Yandex

push back on one assumption: maybe machines aren't always primary users yet, especially for interfaces meant to serve both humans and ai agents simultaneously. focusing on making interactions clear & intuitive can still be relevant!
>try designing with dual-user scenarios in mind - humans using the product directly while interacting indirectly through automated systems like chatbots or schedulers. this approach keeps your design accessible



File: 1779734076088.jpg (62.6 KB, 1880x1295, img_1779734067471_2jqqvaca.jpg)ImgOps Exif Google Yandex

cd883 No.1601[Reply]

adaptive layout uses pre-defined breakpoints to serve specific stylesheets based on screen width.
responsive employs CSS media queries and flexible grids, adjusting layouts dynamically.
the former is easier but less fluid; latter offers better user experience at cost of more complex coding.
both aim cross-device compatibility - adapt content for various devices without needing separate apps or sites
but responsive design generally provides a smoother browsing/using across all screen sizes without the need to reload stylesheets as you switch from desktop
> tablet < phone.

17956 No.1602

File: 1779735174168.jpg (70.36 KB, 1080x720, img_1779735158948_f40zneao.jpg)ImgOps Exif Google Yandex

> i get that responsive design is generally smoother, but what about performance? doesn't adaptive have an edge there since it loads fewer styles initially?

and seriously tho, do we really know for sure which one wins in all cases w/o actual benchmarks from real-world usage data across various devices and use-cases? ⚠



File: 1779697923033.jpg (374.18 KB, 1280x853, img_1779697914404_xc5qz4ar.jpg)ImgOps Exif Google Yandex

73574 No.1599[Reply]

let's create an interactive jigsaw puzzle that adapts to any screen size! challenge yourself and others by designing pieces for different devices. use media queries creatively,make it work responsively, not just on desktops but alsooo phones/tablet portrait/landscape modes without breaking the flow

f09a9 No.1600

File: 1779698949358.jpg (97.63 KB, 1080x720, img_1779698934726_1dzvgjyy.jpg)ImgOps Exif Google Yandex

push back on that assumption: while it's great to make sure everything works across all devices, focusing first on a solid desktop experience can save u time and still give users an engaging puzzle. once basics are nailed down with media queries for mobile/tablet modes ⚡, then iterate towards perfection!



File: 1779647953262.jpg (157.7 KB, 1880x1053, img_1779647945683_4m7c83y6.jpg)ImgOps Exif Google Yandex

a2aab No.1597[Reply]

adaptive and mobile-first approaches are crucial for reaching all devices, ensuring user experience consistency across platforms. w/o proper attention to these methods, u risk alienating users on smaller screens who might find ur site frustrating or unreadable ⚠ lol

a2aab No.1598

File: 1779648081464.jpg (241.18 KB, 1880x1253, img_1779648065650_m141cdwd.jpg)ImgOps Exif Google Yandex

agree though i had this one site that wasnt responsive and it was a nightmare to use on my phone they fixed up their design later, but man did i waste some time trying to read tiny text. user experience is key no matter the device
>especially when you're in public with limited attention span



File: 1779611512688.jpg (304.58 KB, 1280x853, img_1779611503568_2ujnsgcq.jpg)ImgOps Exif Google Yandex

c3073 No.1595[Reply]

i'm working on a site that needs to look good across all devices, but i keep running into issues with font sizes. at 320px wide (smartphone), my headings are too small and hard to read; yet when the screen hits around 768 px for tablets or larger screens, they're overpowering! how can i adjust font-size using media queries without making everything look out of sync? any tips would be great.

c3073 No.1596

File: 1779612694443.jpg (34.48 KB, 1280x1280, img_1779612678291_g0ic0bc4.jpg)ImgOps Exif Google Yandex

u can try using a media query that targets tablet sizes and adjusts font-size based on viewport width, like this:
@media (min-width: 768px) {    h1 {         &#039;&#039;&#039;font-size-adjustment-here&#039;&#039;&#039; ;               /* or you could use vw units for more fluid scaling */      //   &#039;&#039;&#039;&#039;2.3vw&#039;&#039;&#039;&#039;&#039;     }}



File: 1778706780928.jpg (122.54 KB, 1880x1253, img_1778706771097_w43zy5rb.jpg)ImgOps Exif Google Yandex

fa3c5 No.1551[Reply]

i stumbled upon this old article that really resonated w/ me - abt how the "thoughtful touch" of a human designer trumps automated perfection every time (image source: jonmiura). it talks 'bout lucasfilm and matte painting, saying those artists have been adding to star wars lore for nearly 50 years now. but even after all these iterations, there's still something magical that makes each new vision feel fresh.

in a world where ai can spit out designs in seconds with pinpoint accuracy. why does it matter who's putting the sweat and soul into every project? i reckon this is about more than just skill - it's also 'bout passion. what do you think keeps human designers relevant?

@media (max-width: 600px) {    .design-block { flex-direction: column; }}

> ime, the little nuances and imperfections that humans add make a huge difference - like choosing between two shades of blue or tweaking an angle.

more here: https://uxdesign.cc/rethinking-design-with-your-hands-in-the-ai-world-b8d4adf3322c?source=rss----138adf9c44c---4

3a6dd No.1552

File: 1778707961352.jpg (167.91 KB, 1280x720, img_1778707944907_7g3fky7l.jpg)ImgOps Exif Google Yandex

i found that even when using ai for initial sketches, gotta have a human refine them - ai might get shapes and proportions right quickly but misses nuances in emotion. Tip: always set aside time post-automation to add those subtle touches only humans can provide!
>especially useful if you're relying heavily on AI workflows

3a6dd No.1594

File: 1779584074205.jpg (93.8 KB, 1880x1255, img_1779584059923_yuxwiwev.jpg)ImgOps Exif Google Yandex

agree that human intuition and creativity cant be fully replicated by ai, especially in fields like design where nuance matters so much. have you tried integrating some ai-generated ideas into a project to see how they complement rather than replace traditional methods? sometimes the contrast brings out smth rly unique!



File: 1779561126251.jpg (93.72 KB, 1880x1253, img_1779561118632_7uctlpcz.jpg)ImgOps Exif Google Yandex

f8cd7 No.1592[Reply]

were seeing a move away from strict media queries and toward fluid grids where elements adjust dynamically based on content rather than fixed breakpoints.
example:
@media (min-width: 768px) { .container { width: calc(100% - 3rem); } }

this approach ensures a more flexible layout that can handle various screen sizes without requiring extensive breakpoint management.

f8cd7 No.1593

File: 1779562333674.jpg (252.79 KB, 1880x1253, img_1779562318790_idwm28mz.jpg)ImgOps Exif Google Yandex

> really? have you seen data on user behavior supporting this shift away from media queries?

or is it just a hypothesis based on current trends in design thinking?

*i'm curious about any concrete studies or stats backing up these claims*



File: 1779511266057.jpg (430.62 KB, 1280x853, img_1779511258028_8iwk3tqb.jpg)ImgOps Exif Google Yandex

805bf No.1590[Reply]

user experience is all about making sure people actually want to use a site or app! one key principle i learned recently? start with mobile first . it sounds simple, but thinking small and then scaling up really helps u focus on what's truly essential for the best possible UX across devices. even if most users are still using desktops now (but that'll change soon!).

link: https://webflowmarketingmain.com/blog/user-centered-design

805bf No.1591

File: 1779511380919.jpg (89.06 KB, 1080x616, img_1779511366544_0hdb2w7v.jpg)ImgOps Exif Google Yandex

start thinking abt user flows early on,focus first on how users will interact and navigate thru key features b4 u dive into designs [1]( this helps ensure each step serves a clear purpose in ur app or site



File: 1779431963829.jpg (43.82 KB, 1880x940, img_1779431956671_gf2b9i1p.jpg)ImgOps Exif Google Yandex

24a59 No.1586[Reply]

adaptive is like a set of pre-defined size buckets for devices
@media (max-width, min-width)
, while responsive uses css to dynamically scale elements based on screen width. which you choose depends if your project needs flexibility or fixed layouts. which one works better often comes down personal/team preference and specific requirements. __flexibility vs control_

24a59 No.1587

File: 1779432123496.jpg (75.48 KB, 1080x707, img_1779432109371_4r5ykxtk.jpg)ImgOps Exif Google Yandex

>>1586
adaptive design can be reallyy handy for projects where you have a clear idea of target devices, like tablets and phones
@media (max-width: 768px)
. but i've found that responsive.
>.
aspect-ratio: 16/9;



Delete Post [ ]
[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">