Home Forums Theme support Lambada image in post don't resize Reply To: Lambada image in post don't resize

Checked it with both browser and found the problem. The wrapping div has “inline” as display attribute, and it looks like it’s a problem for firefox and safari, but easy to solve. Please go to WordPress admin -> Appearance -> Theme Options -> General -> Extra CSS Content and add this:

.wp-caption {
max-width:100%;
}

We will include this in the next update for the theme.