• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Zoom Controls Missing in Bootstrap Layout

New Here ,
Feb 11, 2021 Feb 11, 2021

Copy link to clipboard

Copied

I'm using the Full Window embed mode but in a Bootstrap column. Everything is working great except that the zoom controls don't show. If I move the target DIV outside of the Bootsrap column, the zoom controls do then show. I've tried setting heights and widths on various elements but nothing seems to trigger the appearance of the zoom controls.

Views

189

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Feb 11, 2021 Feb 11, 2021

Copy link to clipboard

Copied

Do you have your page somewhere we can see it?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 11, 2021 Feb 11, 2021

Copy link to clipboard

Copied

LATEST

It's in development, so not available publically. I'm atttaching (a very zoomed out) screenshot so you can see the layout.

 

Hopefully you can see that the zoom controls are missing.

 

This is the basic Boostrap outline:

<div class="container-fluid">
	<div class="row">
		<div class="col-lg-4">
			<div class="mb-3" style="height:75vh" id="adobe-dc-view"></div>
		</div>
            	<div class="col-lg-8">
                	XXXX Other Content Here XXXX
		</div>
	</div>
</div>

 Screenshot:

pdfviewer.JPG

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources