You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 4, 2022. It is now read-only.
Hi Jeavon is it possible to use it with slimsy?
What the below equates to: <img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" data-srcset="@Url.GetSrcSetUrls(thumbnail, "Industry Thumb")" data-src="@Url.GetCropUrl(thumbnail, cropAlias: "Industry Image", useCropDimensions: true)" sizes="auto" alt="@thumbnail.Name" class="lazyload" />
to this <img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" data-srcset="@Url.GetSrcSetUrls(thumbnail, "Industry Thumb")" data-src="@Url.GetCropCdnUrl(thumbnail, cropAlias: "Industry Image", useCropDimensions: true)" sizes="auto" alt="@thumbnail.Name" class="lazyload" />
Hi Jeavon is it possible to use it with slimsy?
What the below equates to:
<img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" data-srcset="@Url.GetSrcSetUrls(thumbnail, "Industry Thumb")" data-src="@Url.GetCropUrl(thumbnail, cropAlias: "Industry Image", useCropDimensions: true)" sizes="auto" alt="@thumbnail.Name" class="lazyload" />to this
<img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" data-srcset="@Url.GetSrcSetUrls(thumbnail, "Industry Thumb")" data-src="@Url.GetCropCdnUrl(thumbnail, cropAlias: "Industry Image", useCropDimensions: true)" sizes="auto" alt="@thumbnail.Name" class="lazyload" />Do I need to change GetSrcSetUrls?