Welcome to the in5 Answer Exchange! This a place to get answers about in5 (InDesign to HTML5) and make requests.
0 votes
Hi Justin,

when I use my animated in5 headlines in DPS, the border and shadow of the page appear sometimes in the DPS viewer. I tried using liquid for viewport, because there is no shadow, but then the layout got mixed up.

Could you please make an option for disabling the shadow and page borders?
in feature_requests by (410 points)
  

1 Answer

0 votes
 
Best answer

There is a media query in the CSS that should automatically disable the border and shadow when the container frame is the width of the page or smaller.

Alternatively, the Slider format does not use a border.

The Continuous Scroll border and shadow can also be disabled by attaching a CSS file in the Resources section of the in5 dialog that contains the following CSS:

.page {
    border: none !important;
    box-shadow: none !important;

}

by (197k points)
selected by