Skip to content

Commit

Permalink
Merge pull request #106 from otacke/HFP-3694
Browse files Browse the repository at this point in the history
HFP-3694 Add image zoom aria labels
  • Loading branch information
otacke committed Jun 8, 2023
2 parents 99982bf + 072cb06 commit c5492c6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/scripts/h5p-dictation.js
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,9 @@ class Dictation extends H5P.Question {
this.setImage(media.params.file.path, {
disableImageZooming: this.params.media.disableImageZooming,
alt: media.params.alt,
title: media.params.title
title: media.params.title,
expandImage: media.params.expandImage,
minimizeImage: media.params.minimizeImage
});
}
}
Expand Down

0 comments on commit c5492c6

Please sign in to comment.