Advertisement
Guest User

Untitled

a guest
Mar 27th, 2017
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. var imgmaxwidth = imgInfo.style;
  2. console.log(imgmaxwidth);
  3. if (imgmaxwidth.includes("max-width")) {
  4. self.$dialog.find('.note-image-attributes-style-maxwidth').val(value of string max-width);
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement