Skip to content

<b-img-lazy> with srcset #4348

@amoralesdesign

Description

@amoralesdesign

not support srcset, if you add srcset value vuejs load all images without using lazyload

I tried to add it in the img-lazy.js code

export default {
  name: NAME,
  components: { BImg },
  props: {
    src: {
      type: String,
      default: null,
      required: true
    },
    srcset: {
      type: String,
      default: null,
    },

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions