Skip to content

Commit

Permalink
merge with develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Anshul Sharma committed May 8, 2020
2 parents ccbf661 + 9a96d42 commit 8bd428a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/qtiCommonRenderer/tpl/img.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,9 @@
{{#if attributes.height}}height="{{attributes.height}}" {{/if}}
{{#if attributes.width}}width="{{attributes.width}}" {{/if}}
{{#if attributes.xml:lang}} lang="{{attributes.xml:lang}}"{{/if}}
style="{{#if attributes.height}}height: {{attributes.height}}px; {{/if}}{{#if attributes.width}}width: {{attributes.width}}px; {{/if}}"
{{#if attributes.height}}
style="height: {{attributes.height}}px; width: {{attributes.width}}px;"
{{else}}
style="width: {{attributes.width}};"
{{/if}}
/>

0 comments on commit 8bd428a

Please sign in to comment.