Como Ver Historial De Reels En Instagram

As for the screen size, use window.innerWidth and window.addEventListener("resize", () => /*refresh screen size dependent things*/ ). What you want to do for screen size is not slash off information on smaller screens. That will only annoy people because it will force them to use the desktop version. Rather, try to have fewer columns of information in a longer page on smaller screens while having more columns with a shorter page on larger screen sizes. This effect can be easily achieved using CSS flexboxes, sometimes with floats as a partial fallback.