我正在升级我们的网站,所以它是响应式的。
目前,我的一个典型链接具有 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>
但是我希望它在分辨率超过 500 像素时具有它,并且我希望它具有 90% 的宽度
谢谢