First time here? Check out the FAQ!
0

Style Bug in the Latest Askbot Version
 

A user uploaded an very large image on my site and averything was shiftet on this question page. Only Google Chrome is showing a correct site. Firefox and IE 10 are showing a shifted page.

Edit:

For me the best solution till now is:

.question-page .post-body img {  
max-width: 685px; 
}

in the style.css

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Toms's avatar
767
Toms
asked 12 years ago, updated 12 years ago

Comments

Hi, could you please upload a screenshot?

Fitoria's avatar Fitoria (12 years ago)

confirmed

Fitoria's avatar Fitoria (12 years ago)

@Fitoria When will it be fixed?

Toms's avatar Toms (12 years ago)

We'll need another solution. It turns out not straightforward to handle images for the responsive design.

Evgeny's avatar Evgeny (12 years ago)
see more comments

1 Answer

1

Fixed in this commit: https://github.com/fitoria/askbot-devel/commit/10063ffaece4317659ef77089e3fd83548f3b906 if you're in a hurry just patch your style.css file with that change.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Fitoria's avatar
1.1k
Fitoria
answered 12 years ago
link

Comments

Works! Thank you!

Toms's avatar Toms (12 years ago)

Sorry, but the solution is not complete. Now is every image streched to 100% width. It is not good for small images.

Toms's avatar Toms (12 years ago)

Hi Fitoria, did you find a solution for this problem?

Toms's avatar Toms (12 years ago)
see more comments