Disable Satellizer Popup Window Title Bar-open source projects sahat/satellizer
batanasov
Try adding this to your popupOptions:
location: 'no', toolbar: 'no'
so it should look like this:
popupOptions: {
location: 'no',
toolbar: 'no',
width: 400,
height: 600
}
However – it’s probably a good idea to do this outside satellizer module. Otherwise it will be wiped out on module update.
I hope that helps.