Embedding Files: Viewing window too small

Embedding Files: Viewing window too small

by Sally Brownlow -
Number of replies: 1

Hi,

When a PDF (or any file) is embedded (via Add Resource>File), the viewport window is very small, and only displays a portion of the page.

Is there any way to increase the size of the viewport window?

Thanks, Sally

Average of ratings: -
In reply to Sally Brownlow

Re: Embedding Files: Viewing window too small

by Cesar Sanchez -

Give it a try with css


#resourceobject {
    min-height: 1000px;

}

 

That works for me to set the height.