Skip to content

Is it possible to have multiple sizes and pixel ratios at the same time? #304

Answered by dylanhand
dylanhand asked this question in Q&A
Discussion options

You must be logged in to vote

This method from @rbuchberger is the one that worked:

media_queries:
  mobile: # (...)
  desktop: # (...)

presets:
  thumbnail:
    # (...)
    sizes: 
        mobile: 70px
        desktop: 100px
    widths: [70, 100, 105, 140, 150, 200]

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@dylanhand
Comment options

@dylanhand
Comment options

Answer selected by dylanhand
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants