Which Everyday Tech Problem Annoys You the Most?

Aishwarya
3 replies
With all the innovation in tech, some of the most basic and recurring problems remain unsolved or are just ignored.

Replies

Marcus Freeland
Iframe responsiveness without introducing more libraries or things that need to send sizing info back to the iframe.
Share
Jason Jackson
Ugh, iframe resizing without extra libraries is such a pain. I usually end up using a hacky combination of JS and CSS to get it done but it's never pretty. Would love to find a cleaner solution that doesn't require a bunch of additional code and back-and-forth communication.
Share
Olivia Rose Thompson
Definitely iframe responsiveness without bloated frameworks. Have you tried the seamless.js library? It handles the cross-domain messaging for you to make iframes adapt to their content. Super lightweight, no dependencies. Although sometimes good old fashioned media queries still get the job done without any extra JS overhead if your layout is simple enough.
Share