Giter Club home page Giter Club logo

Comments (7)

travis-r6s avatar travis-r6s commented on May 28, 2024

@chrispreisler It should already have this option - https://github.com/thetre97/gridsome-source-shopify#transformsrc

from gridsome-source-shopify.

chrispreisler avatar chrispreisler commented on May 28, 2024

As I understand it, I can only get a transformed image with this options, but I would like to get the values of maxWidth and maxHeight like this. This gives me an error right now:

Cannot query field "maxWidth" on type "ShopifyImage"

images(limit: 10) {
  id
  originalSrc
  altText
  maxWidth
  maxHeight
}

from gridsome-source-shopify.

travis-r6s avatar travis-r6s commented on May 28, 2024

I don't believe they are actually fields, they are arguments for the transformSrc field.

So you specify the maxWidth & maxHeight as needed.

from gridsome-source-shopify.

chrispreisler avatar chrispreisler commented on May 28, 2024

As I read it right, in this link they are actual fields like originalSrc and altText. Or am I wrong?

https://shopify.dev/docs/storefront-api/reference/object/image

from gridsome-source-shopify.

travis-r6s avatar travis-r6s commented on May 28, 2024

If you look at the way they have written the docs, the arguments are typed as code blocks (crop etc):
image

image

from gridsome-source-shopify.

chrispreisler avatar chrispreisler commented on May 28, 2024

Aah okay I see, so then there is now way to calculate the ratio based on the data I get from the shopify storefront...

But thank you very much for your help.

from gridsome-source-shopify.

travis-r6s avatar travis-r6s commented on May 28, 2024

No - but you can specify multiple image sizes using that transformSrc field, as the example I give.

from gridsome-source-shopify.

Related Issues (17)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.