Introduction section cut/cropped off

g1lby September 26, 2017

Hello everyone,

does anyone have a clue why the introduction section doesn't expand to the size of the image? The green bar you're seeing is a part of my logo, which is just being cut/cropped of. I have not made any customizations so far, besides the one in the admin section where you can define the introduction section.

 

Bildschirmfoto 2017-09-26 um 21.07.06.png

2 answers

0 votes
Brant Schroeder
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
September 26, 2017

Use this instead.

<h2>Welcome to JIRA!</h2>
<h4>This app is being hosted by</h4>
<p><img src="https://server.tld/path/to/logo.png" /></p>

g1lby September 26, 2017

Thanks for your suggestion. Unfortunately nothing changed :/

Brant Schroeder
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
September 26, 2017

That worked for me.  Try this it also worked.

<h2>Welcome to JIRA!</h2>
<h4>This app is being hosted by</h4>
<p><img src="https://server.tld/path/to/logo.png" height="200px" /></p>

g1lby September 26, 2017

ahh dang! height=200px did the trick, although I already tried 300px which didn't work. thank you so much!

cheers,

marc

0 votes
Brant Schroeder
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
September 26, 2017

Most likely has to do with the html you placed in the introduction.  Can you share that please.

g1lby September 26, 2017

Yeah maybe. Totally forgot to share that in the initial post. Also not a HTML guru though :)

<h2>Welcome to JIRA!</h2>
<h4>This app is being hosted by</h4>
<img src="https://server.tld/path/to/logo.png" ></img>

Suggest an answer

Log in or Sign up to answer