diff --git a/package-lock.json b/package-lock.json index 27cad73d..f42d4364 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oat-sa/tao-item-runner-qti", - "version": "0.13.0", + "version": "0.13.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7ceca71d..1a7f5a06 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oat-sa/tao-item-runner-qti", - "version": "0.13.0", + "version": "0.13.1", "displayName": "TAO Item Runner QTI", "description": "TAO QTI Item Runner modules", "files": [ diff --git a/src/qtiCommonRenderer/tpl/img.tpl b/src/qtiCommonRenderer/tpl/img.tpl index c07893cc..3d6ead55 100644 --- a/src/qtiCommonRenderer/tpl/img.tpl +++ b/src/qtiCommonRenderer/tpl/img.tpl @@ -8,11 +8,6 @@ {{#if attributes.height}}height="{{attributes.height}}" {{/if}} {{#if attributes.width}}width="{{attributes.width}}" {{/if}} {{#if attributes.xml:lang}} lang="{{attributes.xml:lang}}"{{/if}} - {{#if attributes.height}} - style="height: {{attributes.height}}px; width: {{attributes.width}}px;" - {{else}} - style="width: {{attributes.width}};" - {{/if}} {{#if attributes.[aria-describedby]}} aria-describedby="{{attributes.[aria-describedby]}}"{{/if}} {{#if attributes.[aria-hidden]}} aria-hidden="{{attributes.[aria-hidden]}}"{{/if}} {{#if attributes.[aria-label]}} aria-label="{{attributes.[aria-label]}}"{{/if}}