You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The breakpoints are defined by the device width not the browser width. It means that it’ll look at your screen width which won’t change when you resize your browser window.
The reason why I’m looking at the device width and not the width is that I don’t want to load multiple image sources for the same image when you resize (multiple server request per image). And if you have a big screen but the initial width of your browser window is something small I don’t want to upscale a low res image when you resize it up.
The future
I'll look into a bigger refactoring of the code where I of course will take all your wishes into consideration. I see your point and I am not sure I can continue with not implementing it 😄
Keep up all your good suggestions and any help is appreciated.
The text was updated successfully, but these errors were encountered:
To avoid redundancy I'm bundling all the issues and pull requests that is about the wish to change how the breakpoints works today:
Issues:
#74
#67
#57
#42
Pull requests (thanks @andr3pt):
#50
#40
How the breakpoints works today:
The future
I'll look into a bigger refactoring of the code where I of course will take all your wishes into consideration. I see your point and I am not sure I can continue with not implementing it 😄
Keep up all your good suggestions and any help is appreciated.
The text was updated successfully, but these errors were encountered: