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

Toms's avatar
767
Toms
asked 2013-04-28 14:07:09 -0500, updated 2013-04-30 14:12:03 -0500
edit flag offensive 0 remove flag close merge delete

Comments

Hi, could you please upload a screenshot?

Fitoria's avatar Fitoria (2013-04-29 10:36:59 -0500) edit

confirmed

Fitoria's avatar Fitoria (2013-04-29 13:14:23 -0500) edit

@Fitoria When will it be fixed?

Toms's avatar Toms (2013-04-30 10:24:29 -0500) edit

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

Evgeny's avatar Evgeny (2013-04-30 15:24:25 -0500) edit
add a comment 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.

Fitoria's avatar
1.1k
Fitoria
answered 2013-04-30 11:11:43 -0500
edit flag offensive 0 remove flag delete link

Comments

Works! Thank you!

Toms's avatar Toms (2013-04-30 11:46:14 -0500) edit

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 (2013-04-30 13:46:13 -0500) edit

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

Toms's avatar Toms (2013-05-04 14:26:54 -0500) edit
add a comment see more comments