GraphQL image thumbnail size configuration

I have…

  • [ ] Checked the logs and have provided the logs if I found something suspicious there

I’m submitting a…

  • [ ] Regression (a behavior that stopped working in a new release)
  • [ ] Bug report
  • [ ] Performance issue
  • [X] Documentation issue or request

Current behavior

Expected behavior

Minimal reproduction of the problem

Environment

  • [ ] Self hosted with docker
  • [ ] Self hosted with IIS
  • [ ] Self hosted with other version
  • [x] Cloud version

Version: [VERSION]

Browser:

  • [x] Chrome (desktop)
  • [ ] Chrome (Android)
  • [ ] Chrome (iOS)
  • [ ] Firefox
  • [ ] Safari (desktop)
  • [ ] Safari (iOS)
  • [ ] IE
  • [ ] Edge

Others:

I am retrieving the thumbnail URL using the GraphQL query. Default thumbnail URL width is 100px but I want to configure different size for thumbnail image URL.

How can i achieve this one?

Regards’
Rakesh Kanani

It is not possible, but you can just build the URL yourself. You just have to append the query strings.

@Sebastian We are also struggling with the quality of images and have referred to docs for squidex and made changes at the client and squidex level without much relief.

App in Cloud : vannatest
Client: vanna.tw
APIs: GraphQL

Problem: The images quality are very blurry: Compare the quality of images on the Title Card vs the inline images in Body text. The Title card images on vanna.tw don’t seem to improve with any trick in the book.

I need concrete examples.