• Hello,

    I’m trying to make the default Press This window larger. So far I’ve changed this:

    javascript:var%20d=document,w=window,e=w.getSelection,k=d.getSelection,x=d.selection,s=(e?e():(k)?k():(x?x.createRange().text:0)),f=’http://www.example.com/wp-admin/press-this.php’,l=d.location,e=encodeURIComponent,u=f+’?u=’+e(l.href)+’&t=’+e(d.title)+’&s=’+e(s)+’&v=4′;a=function(){if(!w.open(u,’t’,’toolbar=0,resizable=1,scrollbars=1,status=1,width=1024,height=768‘))l.href=u;};if%20(/Firefox/.test(navigator.userAgent))%20setTimeout(a,%200);%20else%20a();void(0)

    Two problems:

    1. The window opens to 1024×768 at first, then automatically shrinks back to the default. How do I get it to stay at the larger size?

    2. Even if you manually resize the window, the interior contents (namely the text edit box) doesn’t expand. How do I change this behavior?

    Thanks!

  • The topic ‘how to stop Press This from resizing itself?’ is closed to new replies.