• Hi developer,

    I just found hand-coded images are not shown if the width or height of the images are not defined:

    <img src="https://blog.leancloud.cn/wp-content/uploads/2014/10/3377-759018276bb7e09d2.jpg" alt="开场" width="100" />
    

    will generate:

    <img class="lazy data-lazy-ready" src="https://blog.leancloud.cn/wp-content/plugins/bj-lazy-load/thumb.php?src=https%3A%2F%2Fblog.leancloud.cn%2Fwp-content%2Fuploads%2F2014%2F10%2F3377-64319a70e51a03b01.jpg&w=2" data-lazy-type="image" data-lazy-src="https://blog.leancloud.cn/wp-content/uploads/2014/10/3377-64319a70e51a03b01.jpg" style="display: inline;">
    

    any idea?

    https://wordpress.org/plugins/bj-lazy-load/

  • The topic ‘Images not shown if width or height are undefined’ is closed to new replies.