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

The Image cropper container is not responsive on mobile #210

Open
AndreeaCristinaRadacina opened this issue Dec 13, 2023 · 1 comment
Open
Labels
bug This label could be used to identify issues that are caused by a defect in the product. customer report Indicates the request came from a customer. medium (1d) - This label is used for issues that can be completed within 1 day or less.

Comments

@AndreeaCristinaRadacina

Description

While working on a ticket, I noticed a client was using some classes to display/hide inputs on mobile. After testing further, the conclusion was that the image cropper doesn't appear well on mobile because of the boundary.

Ref - https://secure.helpscout.net/conversation/2436101990/394831/

Step-by-step reproduction instructions

  1. Go to the meta groups
  2. Add a new group
  3. Insert an image cropper
  4. Enable Boundary
  5. Add some boundary values: 350,700
  6. Attach it to a product
  7. Go on the page
  8. Switch to the mobile view/test from a mobile
  9. Upload a file
  10. Test how it looks on mobile

Screenshots, screen recording, code snippet or Help Scout ticket

image

Environment info

No response

Is the issue you are reporting a regression

No

@AndreeaCristinaRadacina AndreeaCristinaRadacina added the bug This label could be used to identify issues that are caused by a defect in the product. label Dec 13, 2023
@pirate-bot pirate-bot added the customer report Indicates the request came from a customer. label Dec 13, 2023
@Soare-Robert-Daniel
Copy link
Contributor

One thing we can do is disable the width if it does not fit, but the feature will look half-broken compared to its settings:

Screenshot 2024-08-26 at 12 05 07

This means we also need to make modifications to re-scale the original values to make them fit completely.
Screenshot 2024-08-26 at 12 07 08

@Soare-Robert-Daniel Soare-Robert-Daniel added the medium (1d) - This label is used for issues that can be completed within 1 day or less. label Aug 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This label could be used to identify issues that are caused by a defect in the product. customer report Indicates the request came from a customer. medium (1d) - This label is used for issues that can be completed within 1 day or less.
Projects
None yet
Development

No branches or pull requests

3 participants