itamart / moodle-mod_dataform

The Dataform is an enhanced counterpart of the standard Database activity module
17 stars 19 forks source link

Can't set image size on 2.8.6 version #6

Closed mastnym closed 9 years ago

mastnym commented 9 years ago

If you try to add picture field in v2.8.6 there's no way how to specify dimensions of the image. Everything works fine on master.

itamart commented 9 years ago

See https://tracker.moodle.org/browse/CONTRIB-5834. Resolved not yet released. You can try applying commit https://github.com/itamart/moodle-mod_dataform/commit/c1f0e4357d8c620b010a7f4e7486c9a6d7dc08bd. A possible workaround is to enclose the image in a container element and specify dimensions in the activity css. hth :-)

mastnym commented 9 years ago

Thanks Itamar, I patched this, looking for release. Martin