Giter Club home page Giter Club logo

Comments (15)

Riyazkhan1989 avatar Riyazkhan1989 commented on June 3, 2024 1

Please close.

from ngx-progressive-img-loader.

Riyazkhan1989 avatar Riyazkhan1989 commented on June 3, 2024

?

from ngx-progressive-img-loader.

ahkohd avatar ahkohd commented on June 3, 2024
<ngx-progressive-img-loader>
     <!-- HTML Content goes here -->
     <h1> Hello World! </h1>
</ngx-progressive-img-loader>

from ngx-progressive-img-loader.

ahkohd avatar ahkohd commented on June 3, 2024

Sorry for the late response.

from ngx-progressive-img-loader.

Riyazkhan1989 avatar Riyazkhan1989 commented on June 3, 2024

No issue, can i use all properties([imageLoaded,[thumbnail],[img],[placeholderImg]] of <ngx-progressive-img-loader></ngx-progressive-img-loader> in

as
<div [imageLoaded]="" [thumbnail]="" [img]="" [placeholderImg]=""></div>
???

from ngx-progressive-img-loader.

Riyazkhan1989 avatar Riyazkhan1989 commented on June 3, 2024

Its not working for dynamic image path.

<ngx-progressive-img-loader
(imageLoaded)="onImgLoad($event)" (thumbnailLoaded)="onThumbLoad($event)"
 [img]="originalImage"
[thumbnail]="'http://10.10.10.8/feedbacksystem3.0.0/images/survey_thumbs/1579074177'"
[placeholderImg]="'http://10.10.10.8/feedbacksystem3.0.0/images/survey_thumbs_low/1579074177'"
[preserveAspectRatio]="true">
</ngx-progressive-img-loader>

Its not getting URL of image from original Image variable what I am passing from my .ts file.
Its working only for static or hard coded url. Please resolve it.
[img]="originalImage"

from ngx-progressive-img-loader.

ahkohd avatar ahkohd commented on June 3, 2024

No issue, can i use all properties([imageLoaded,[thumbnail],[img],[placeholderImg]] of <ngx-progressive-img-loader></ngx-progressive-img-loader> in

as
<div [imageLoaded]="" [thumbnail]="" [img]="" [placeholderImg]=""></div>
???

No! It is not yet a directive. I the next major release will have this feature.

from ngx-progressive-img-loader.

ahkohd avatar ahkohd commented on June 3, 2024

Its not working for dynamic image path.

<ngx-progressive-img-loader
(imageLoaded)="onImgLoad($event)" (thumbnailLoaded)="onThumbLoad($event)"
 [img]="originalImage"
[thumbnail]="'http://10.10.10.8/feedbacksystem3.0.0/images/survey_thumbs/1579074177'"
[placeholderImg]="'http://10.10.10.8/feedbacksystem3.0.0/images/survey_thumbs_low/1579074177'"
[preserveAspectRatio]="true">
</ngx-progressive-img-loader>

Its not getting URL of image from original Image variable what I am passing from my .ts file.
Its working only for static or hard coded url. Please resolve it.
[img]="originalImage"

Yeah, I forgot to handle @input change detection. I will fix this and deploy a new update in 24hrs.
Thanks.

from ngx-progressive-img-loader.

ahkohd avatar ahkohd commented on June 3, 2024

I have Implemented @Input change detection and published the update to NPM.
d35d19f, commit contains the implementation.

from ngx-progressive-img-loader.

Riyazkhan1989 avatar Riyazkhan1989 commented on June 3, 2024

from ngx-progressive-img-loader.

ahkohd avatar ahkohd commented on June 3, 2024

Thanks Victor.

On Thu, Jan 16, 2020, 7:00 PM Victor Aremu @.***> wrote: I have Implemented change detection, and published the update to NPM. 5bf27e7 <5bf27e7> — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub <#2?email_source=notifications&email_token=ACOROYCJUNM55TQPOMLQXNLQ6BONVA5CNFSM4KEC3VU2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEJEB3NQ#issuecomment-575151542>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACOROYDFWNMVM5DLUHRWPADQ6BONVANCNFSM4KEC3VUQ .

Can I close this issue now?

from ngx-progressive-img-loader.

Riyazkhan1989 avatar Riyazkhan1989 commented on June 3, 2024

from ngx-progressive-img-loader.

ahkohd avatar ahkohd commented on June 3, 2024

I didn't check yet. I will let u know tomorrow after implementation. If u don't mind.

On Thu, Jan 16, 2020, 7:04 PM Victor Aremu @.> wrote: Thanks Victor. … <#m_3976746179995227965_> On Thu, Jan 16, 2020, 7:00 PM Victor Aremu @.> wrote: I have Implemented change detection, and published the update to NPM. 5bf27e7 <5bf27e7> <5bf27e7 <5bf27e7>> — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub <#2 <#2>?email_source=notifications&email_token=ACOROYCJUNM55TQPOMLQXNLQ6BONVA5CNFSM4KEC3VU2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEJEB3NQ#issuecomment-575151542>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACOROYDFWNMVM5DLUHRWPADQ6BONVANCNFSM4KEC3VUQ . Can I close this issue now? — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub <#2?email_source=notifications&email_token=ACOROYEDCKTKAQGP2J5ZOLDQ6BO4VA5CNFSM4KEC3VU2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEJECHAA#issuecomment-575153024>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACOROYCTH3ICEOYV7JXOKLDQ6BO4VANCNFSM4KEC3VUQ .

Okay, till then.

from ngx-progressive-img-loader.

Riyazkhan1989 avatar Riyazkhan1989 commented on June 3, 2024

You can close now.

No issue, can i use all properties([imageLoaded,[thumbnail],[img],[placeholderImg]] of <ngx-progressive-img-loader></ngx-progressive-img-loader> in
as
<div [imageLoaded]="" [thumbnail]="" [img]="" [placeholderImg]=""></div>
???

No! It is not yet a directive. I the next major release will have this feature.

I would be happy if its support background image in div like below.

<div [imageLoaded]="" [thumbnail]="" [img]="" [placeholderImg]=""></div>

from ngx-progressive-img-loader.

ahkohd avatar ahkohd commented on June 3, 2024

Next major version.

from ngx-progressive-img-loader.

Related Issues (2)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.