【问题标题】:How to make image resize with respect to it's parent region in Apex?如何根据 Apex 中的父区域调整图像大小?
【发布时间】:2017-08-02 23:00:24
【问题描述】:

我有一个区域内的图像(静态内容类型)

图片是静态的,使用代码插入:

<img src="#APP_IMAGES#MyImage.jpg" alt="image">

我想在调整父区域大小时,也调整图像大小。

请问有人知道如何实现吗?

谢谢。

【问题讨论】:

    标签: html apex


    【解决方案1】:

    试试这个:

    <img src="#APP_IMAGES#MyImage.jpg" alt="image" style="width: 100%">
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2011-11-26
      • 2011-12-29
      • 1970-01-01
      • 1970-01-01
      • 2019-05-27
      • 2014-11-04
      • 2013-03-24
      相关资源
      最近更新 更多