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

pictures (screenshots) should have better resolution #1

Open
wollmers opened this issue Sep 18, 2020 · 2 comments
Open

pictures (screenshots) should have better resolution #1

wollmers opened this issue Sep 18, 2020 · 2 comments

Comments

@wollmers
Copy link
Contributor

E. g. https://doc.otobo.org/manual/admin/stable/en/_images/admin-interface.png is not readable without zooming or open in a new tab/window.

@StefanRother-OTOBO
Copy link
Contributor

Hello Helmut,

please pay attention, these are all OTRS screenshots, too. Sometimes they still fit, but rather rarely I think.

Please make new screenshots urgently while editing.

Merci,

Stefan
Team OTOBO

@wollmers
Copy link
Contributor Author

It's caused by CSS in _static/css/otobo.css

.rst-content img {
    max-width: 70%;
    height: auto;
}

overloading _static/css/theme.css

.rst-content img {
    max-width: 100%;
    height: auto;
}

Needs rework of screenshots and CSS.

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

2 participants