I like it, but if I want to change the size of popup window, what should I do ?

Comments

Gurpartap Singh’s picture

Use CSS styling:

.smileysWindow {
  width: 300px; 
  height: 400px; // Leave height property to let the window auto set it's height acc to no. of smileys.
}
Gurpartap Singh’s picture

Status: Active » Fixed

Added configuration for setting the popup width and height.

dennys’s picture

Great, thanks, the configuration is ok.

dennys’s picture

Status: Fixed » Closed (fixed)