Commit f6e6e034 authored by Konrad Mohrfeldt's avatar Konrad Mohrfeldt
Browse files

make sure auto-size images respect a fixed size setting

parent 46bce631
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -85,7 +85,7 @@
      },
      realSource () {
        if (this.src) {
          return this.autoSize ? this.createAutoSizeUrl() : this.src
          return this.autoSize ? this.createAutoSizeUrl(this.size) : this.src
        }

        if (this.fallbackTransparent) {