jquery-popupwindow icon indicating copy to clipboard operation
jquery-popupwindow copied to clipboard

Add support for percentage syntax for width and height options.

Open cmanley opened this issue 8 years ago • 0 comments

Now you can use percentage strings as values for width and height, e.g.: "80%" or "80% of screen" or "80% of parent" To calculate the absolute width/height, the code needs to know percentage of what. If no "of" is specified, then the string in the option "center" is assumed if set, else it assumes "screen".

cmanley avatar Sep 03 '17 00:09 cmanley