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

iOS Ionic app - image preview width #491

Open
szuperaz opened this issue Oct 16, 2023 · 0 comments
Open

iOS Ionic app - image preview width #491

szuperaz opened this issue Oct 16, 2023 · 0 comments

Comments

@szuperaz
Copy link
Contributor

The image attachment previews are not wide enough in Ionic iOS apps (see screenshot 1 for expected result, screenshot 2 for the faulty display).

This error is caused by the @import "@ionic/angular/css/normalize.css"; stylesheet which defines this rule:

img {
  max-width: 100%;
}

A workaround for this until it's fixed in the SDK is to override that rule on the application level.

IMG_2972
IMG_2971

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant