bazookon / giphy_get

Flutter plugin
MIT License
27 stars 67 forks source link

How I can know the width and height of every element in Giphy Grid View ? #31

Open amalnaami opened 2 years ago

amalnaami commented 2 years ago

If I want to add Giphy to image or video with the same width and height , which parameter allow to me know them ?

bazookon commented 2 years ago

Hi @amalnaami

gif.images!.fixedWidth.width gif.images!.fixedWidth.height

amalnaami commented 2 years ago

@bazookon Thanks