Skip to content

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

@ksambhi

Description

@ksambhi

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)

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions