レスポンシブになるようにサイトをアップグレードしています。
現時点では、私の典型的なリンクでは、onclick 関数の幅がハードコーディングされています。
私が使用する例は次のとおりです。
<a href="#" onclick="return hs.htmlExpand(this, { width: 700 } )">
<b>This is the title</b></a>
<div class="highslide-maincontent" style="font-weight:normal">
This is where the content is
</div>
ただし、解像度が500pxを超えている場合はそれが必要で、幅は90%にしたいと思います
ありがとうございました