Hacker News new | ask | show | jobs
by 1986 607 days ago
Just a quick note on your landing page on mobile, if you add the following CSS to the slides img element it'll look a lot better across viewports:

    max-width: 100%;
    object-fit: contain;
1 comments

Thank you, improvement is deployed to production:)