Guest User

Untitled

a guest
May 26th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. --- a/public/javascripts/jquery-nyroModal.js
  2. +++ b/public/javascripts/jquery-nyroModal.js
  3. @@ -238,7 +238,7 @@ jQuery(function($) {
  4.  
  5. padding: 25, // padding for the max modal size
  6.  
  7. - regexImg: '[^\.]\.(jpg|jpeg|png|tiff|gif|bmp)\s*$', // Regex to find images
  8. + regexImg: '[^\.]\.(jpg|jpeg|png|tiff|gif|bmp)\??\s*$', // Regex to find images
  9. addImageDivTitle: false, // Indicate if the div title should be inserted
  10. defaultImgAlt: 'Image', // Default alt attribute for the images
  11. setWidthImgTitle: true, // Set the width to the image title
Add Comment
Please, Sign In to add comment