This module seems to be working, but it resizes the images in a bizarre way in the quiz display.

It does not matter what size image that you upload, it winds up with this inline css
width="" height="70"

This actually worked well in 7.12.
I do have this -- 'Drag and drop question with line' 7.x-4.0-beta1 enabled.
The uploaded images are all 120px wide.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

dadderley’s picture

Title: Images resized all wrong » Image size in quiz display needs refactoring

Changed title of issue to be more descriptive.

qmhao99’s picture

I am seeing a similar behavior. It appears that the problem occurs if the original image width is much bigger than height. Since the inline css seems to be adjusting the image to a height of 70, it will make the image width wider than the allowed image width. The trick seems to be always loading images near a square shape.