Change the size of the dashboard VNC window The _detail_vnc.html file defines the size of the VNC window. To change the window size, edit this file. Edit /usr/share/pyshared/horizon/dashboards/nova/instances/templates/instances/_detail_vnc.html. Modify the width and height parameters, as follows: <iframe src="{{ vnc_url }}" width="720" height="430"></iframe>