Plugin is designed to scale single images to full-width. If you don’t like this, open OnionBuzz Settings page. And copy/paste following snippet to Custom CSS field.

.la-quiz-image {
width: 100%;
text-align: center;
}
.la-quiz-image img {
width: initial;
}
.la-quiz-question-image img {
width: initial;
}

in Snippets

Related Articles