Embed PDF Width and Height Control

Anyone know how to adjust Width and Height of Embed PDF in PHPMaker 2020 ?I’ve tried to change the width and height in IMG Tag Attribut but there’s no change visibleAny tips appreciated :smiley:

https://discourse.hkvstore.com/t/pdf-view-size/830/1

thanks arbei for the quick replyClient Script —> Table Specific -----> —> client script
ew.PDFObjectOptions = {
width: ‘900px’,
height: ‘800px’
};works nice :D, case close :smiley: