8000 imglazyload是否考虑支持background-image加载 · Issue #212 · fex-team/GMU · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
imglazyload是否考虑支持background-image加载 #212
Open
@fancyoung

Description

@fancyoung

现在是直接设置src,但background-image形式加载图片可以通过cover实现自动缩放。

现在只能手动改源码:
!isImg && $div.replaceWith($img);改为$div.attr('style', 'background-image: url('+url+')');

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0