GithubHelp home page GithubHelp logo

Comments (6)

PiotrPrus avatar PiotrPrus commented on August 22, 2024

I have prepared an extension for aspectRatio. Can someone verify if I use proper variables from Media class?

`val Media.aspectRatio: Float
get() {

    val width = this.images.downsized?.width

    val height = this.images.downsized?.height

    if (width == null || height == null) return 1f

    return width.div(height).toFloat()
}`

from giphy-android-sdk.

mihirmodiofficial avatar mihirmodiofficial commented on August 22, 2024

Thanks, Please let me know how to remove chess background from transparent gif in GPHMediaView

from giphy-android-sdk.

PiotrPrus avatar PiotrPrus commented on August 22, 2024

Hi, I am not a Giphy SDK developer. I am trying to use it, but it has so many differences from iOS :(

from giphy-android-sdk.

ALexanderLonsky avatar ALexanderLonsky commented on August 22, 2024

@mihirmodiofficial thank you for flagging this issue and I'm sorry for the late response. I'll add aspectRatio property in the next SDK release.
P.S. In iOS version we use "original" instead of "downsized".

from giphy-android-sdk.

ALexanderLonsky avatar ALexanderLonsky commented on August 22, 2024

@mihirmodiofficial This solved with 1.3.1 - going to close but let me know if that does not work for you.

from giphy-android-sdk.

cuiti avatar cuiti commented on August 22, 2024

Hi @ALexanderLonsky , sorry to bring back this issue but I cannot access aspectRatio in the Media object that I get in GifSelectionListener.onGifSelected().
I tried initially with 2.0.1, and then downgraded to 1.3.1, but still nothing.
Any ideas?

from giphy-android-sdk.

Related Issues (20)

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.