remove old way of rendering images
This commit is contained in:
@@ -198,12 +198,6 @@ export class VisualizationPageComponent implements OnInit {
|
||||
};
|
||||
|
||||
const request = new PlotRequest(
|
||||
results != null ? results.offsetHeight-1: 1024,
|
||||
results != null ? results.offsetWidth-1 : 1024,
|
||||
300, // thumbnailMaxWidth
|
||||
200, // thumbnailMaxHeight
|
||||
false, // keyOutside
|
||||
this.enableGallery, // generateThumbnail
|
||||
(<any>window).submitterId,
|
||||
config,
|
||||
renderOptions
|
||||
|
||||
Reference in New Issue
Block a user