Popup Width not wide enough

How can I make a popup wider please

I have

popup.setOptions({
width: ‘900px’,
maxWidth: ‘900px’,
height: ‘700px’,
maxHeight: ‘700px’,
display: ‘center’,

But
width: ‘700px’;
maxWidth: ‘700px’;
display: ‘center’;

isn’t making any difference

Thanks

Hi @Pam_Whittaker,

Updating the width and maxWidth option should be enough to alter the width of the popup component. I’ve quickly tested and it was working for me without any problem.

Can you please share the whole popup initialization code, maybe some other setting is altering this behavior? Also which version are you using?(I was testing with the latest version - v5.29.0)

It is now ok thanks. It was being overridden by the width in the responsive option