Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Image size is differ depend on device #64

Closed
msdio opened this issue Mar 10, 2023 · 4 comments · Fixed by #122
Closed

Image size is differ depend on device #64

msdio opened this issue Mar 10, 2023 · 4 comments · Fixed by #122
Assignees
Labels
bug Something isn't working

Comments

@msdio
Copy link
Owner

msdio commented Mar 10, 2023

📌 Describe Issue

image

🐠 Checklists

  • [ ]
  • [ ]

🚴 Possible(or Suggest) solutions

I checked that we already make it into fixed size (width='700px' height='auto'), we gotta find another way to fix this.

🍳 Environments

  • Device:
  • OS:
  • Browser:
  • Version:

📷 Screenshots

** Big size **
stackticon

** Small size **
stackticon

@msdio msdio added the bug Something isn't working label Mar 10, 2023
@msdio msdio self-assigned this Mar 10, 2023
@userJu
Copy link
Collaborator

userJu commented Mar 29, 2023

  • for test
  1. bigsize

stackticon

stackticon

  1. smallsize

stackticon

stackticon

@userJu
Copy link
Collaborator

userJu commented Mar 29, 2023

  1. When I made the stacks where the problem occurred, the same problem did not appear => I excluded the assumption that the icon was the problem.

  2. When comparing the size by accessing the image URL, the images created by haru are different in size.
    big: 1400*444
    Small: 700*252
    was

the size i made
Both big and small: 560*227.

I guess I need to know at what point the size changes

@userJu
Copy link
Collaborator

userJu commented Mar 29, 2023

This is the image result made with Galaxy Note 10

An image of 1836*681 size came out.

I think it might be related to device size.

@userJu
Copy link
Collaborator

userJu commented Mar 29, 2023

I thought about adjusting the height of Stacks.tsx to a certain height rather than auto.
Attempt Result: Failed

This is the result made with IphoneX

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants