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

Lack of height attributes for images in scaladocs displays poorly in IntelliJ/IDEA #69

Closed
DavidMGross opened this issue Dec 2, 2014 · 1 comment · Fixed by #70
Closed

Comments

@DavidMGross
Copy link
Contributor

"Dennis ‏@dnvriend: Too bad #IntelliJIDEA 14 flattens the pretty rxjava images when showing the documentation.. oh well" (https://twitter.com/dnvriend/status/539311261637685248)

This seems to be because the images in the scaladocs do not have height attributes. If you add that attribute to the image elements this problem may go away. You can use the RxJava source as a guide for that, as the (mostly) same set of images are there complete with height attributes.

@dnvriend
Copy link

dnvriend commented Dec 2, 2014

Correct, I copied one image to my own project and set the attribute height="200" and it works:

<img width="640" height="200" src="https://github.com/Netflix/RxJava/wiki/images/rx-operators/create.png">

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

Successfully merging a pull request may close this issue.

2 participants