Resize plot with PlotlyJS

I usually work with the default GR backend in Plots.jl, but I needed interactivity for some 3D plots. The issue is, the default window size is too small, but if I rescale the window the plot stays the same size. Is there anyway to make the plot bigger? I guess this issue suggest it can’t be done with PlotlyJS at the moment, but does a different backend allow this?