diff --git a/common/lib/xmodule/xmodule/templates/html/image_modal.yaml b/common/lib/xmodule/xmodule/templates/html/image_modal.yaml deleted file mode 100644 index 9ed87e9b68..0000000000 --- a/common/lib/xmodule/xmodule/templates/html/image_modal.yaml +++ /dev/null @@ -1,24 +0,0 @@ ---- -metadata: - display_name: Full Screen Image Tool -data: | -
Use the Full Screen Image tool to allow learners to open and zoom in on a larger version of an image in your course.
-With the Full Screen Image tool, learners can see the image's details as well as its context within the unit.
-To enable users to view the larger image, you wrap the smaller image in a link to the larger version of the image.
-The following HTML code shows the format required to use the Full Screen Image tool. For the example in this template, you must replace the values in italics.
-- <a href="Path to full screen image" class="modal-content"> - <img alt="Text for screen readers" - src="Path to image to include in unit page"/> - </a> --
You can modify the example below for your own use.
-Note: Test viewing the image in full screen mode in the LMS; you cannot view it in full screen from within Studio.
- -