Willem Van Bockstal

Results 5 comments of Willem Van Bockstal

Hey Tom, thanks for reviewing. I have the habit of not letting media queries overlap, but you're absolutely right: it should combine all breakpoints one way or another. I think...

Hey Tom, I pushed a small demo to this branch `/demo/index.html` to see overlapping queries in action. To fix the overlapping mediaqueries, I needed to make all possible combinations for...

And should we use a conversion? Like cut out at 1200 x 630? See https://developers.facebook.com/docs/sharing/best-practices#images

If you're installing via npm, `require('jquery-datetimepicker/build/jquery.datetimepicker.full')` worked for me —instead of `require('jquery-datetimepicker')`. See PR #399

I made a [branch](https://github.com/willemvb/zoom.js/tree/srcset) which uses `srcset` to choose the right image for thumbnail and zoomed state. You define the different images and their width first with `srcset`. The script...