Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

Plumsail To change the modal popup window size you can try injecting the CSS to the SharePoint list view page

div.od-Dialog-main {
	width: 900px !important;
	height: 900px !important;
}

.od-Dialog-main--lg {
	width: 900px !important;
	max-width: 1000px !important;
}
Source by community.plumsail.com #
 
PREVIOUS NEXT
Tagged: #Plumsail #To #change #modal #popup #window #size #injecting #CSS #SharePoint #list #view #page
ADD COMMENT
Topic
Name
7+3 =