Skip to content

Commit 83de73f

Browse files
committed
Apply suggested text
See #523 (comment)
1 parent 7427479 commit 83de73f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/javascript/components_image_viewer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ It supports automatic or manual opening and grouping of images.
55

66
Not only images, but also Videos, YouTube Videos, PDFs, HTML, [...](https://fancyapps.com/fancybox/) are supported and can be displayed in the modal.
77
The appropriate `data-type` can be set, the system tries to determine this if it has not been set.
8-
If `href` or `data-src` contains `.php` or `.html`, it is recommended to add `data-type`. Otherwise, the content may be rendered as an iFrame.
8+
You must include the `data-type` property when showing images that are generated through `data-src` URLS that end in `.php` or `.html`.
99
For example, the following can be used:
1010

1111
- `image` - Image

0 commit comments

Comments
 (0)