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

Fix an issue where images are too small on mobile due to text wrapping #25

Open
Gum-Joe opened this issue Dec 21, 2022 · 0 comments
Open
Assignees
Labels
bug Something isn't working

Comments

@Gum-Joe
Copy link
Contributor

Gum-Joe commented Dec 21, 2022

On mobile images are sizes as follows with tex wrapping on:
image

Editor has requested a fix of this - should be simple need to adjust https://github.com/FelixOnline/xelif/blob/6474e514fd7ab8e42ec770f861f58c908d6df151/resources/views/blocks/image.blade.php to use a media query to unset width & margins on mobile. Main CSS is:

@media (min-width:600px)

@Gum-Joe Gum-Joe self-assigned this Dec 21, 2022
@Gum-Joe Gum-Joe added the bug Something isn't working label Dec 21, 2022
@zeevox zeevox changed the title Fix an issue where images are too small on mobile due to text wraping Fix an issue where images are too small on mobile due to text wrapping Oct 11, 2023
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

No branches or pull requests

1 participant