<div class="pdf-show">
<object data="./xxxx.pdf"></object>
</div>
.pdf-show{
width:100px;
height:200px;
}
.pdf-show object{
width:100%;
height:100%;
}
<div class="pdf-show">
<object data="./xxxx.pdf"></object>
</div>
.pdf-show{
width:100px;
height:200px;
}
.pdf-show object{
width:100%;
height:100%;
}