From 659261762a4bf316ac9c99ad266b0fca6e1229dd Mon Sep 17 00:00:00 2001 From: Matthew Sigley Date: Thu, 15 Mar 2018 13:54:30 -0400 Subject: [PATCH] Updated for 1.10.1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b1211c0..244c9b8 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ Sets whether or not to display the print link. Default false. #### data-chaos-modal-click-passthrough : Sets whether or not to pass the value of the href attribute on the open modal link to a window.open call. This allows the model to be used for download prerolls. Default false. #### data-chaos-modal-iframe-add-autoplay : -Sets whether or not to add 'autoplay=1' to the query string an iframe in the modals content if the modal contains a single iframe. This is useful for video modals especially youtube videos. Default true. +Sets whether or not to add 'autoplay=1' to the query string in the src and 'allow="autoplay"' of an iframe in the modals content if the modal contains a single iframe. This is useful for video modals especially youtube videos. Default true. #### data-chaos-modal-caption : Sets HTML content to use as a caption for the modal content. Default none, for image modals the value of the title attribute on the full image link.