You are viewing limited content. For full access, please sign in.

Question

Question

Display document only in web client

asked on January 5, 2022

Hi All,

 

Is there a way to display only the image when using a web client URL referencing a document, without the other functions like metadata and the toolbar etc.?

 

We have a request from a customer asking if this is possible, and I can't seem to find any reference on the web client arguments available anywhere.

 

Thanks!

Chris Douglas

0 0

Answer

SELECTED ANSWER
replied on January 5, 2022
1 0
replied on January 5, 2022

Thanks Brian!

0 0

Replies

replied on January 6, 2022

Hi All,

 

Further to this post, the customer is also looking for a way to remove the 'Show on Screen' option/button on the toolbar. 

 

 

Is this possible?

 

Cheers!

Chris

0 0
replied on January 6, 2022

There aren't configuration options for every little UI element, but most things can be removed by editing the css.

0 0
replied on January 6, 2022

Thanks Brian, I think they are looking for guidance on how to do that, is this something you might be able to help point them in the right direction please?

0 0
replied on June 2, 2022

The basic recipe is:

  1. Find the thing on the page you want to hide
  2. Determine a css selector that uniquely identifies it
  3. Add a css rule with that selector and "display: none"

 

You will probably need to re-apply them after upgrades, and upgrades might also require modifying the selector in step 2.

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.