The Wayback Machine - https://web.archive.org/web/20210123125742/https://github.com/topics/images
Skip to content
#

images

Here are 2,343 public repositories matching this topic...

nichalko
nichalko commented Jan 31, 2019

Expected Behavior

Running validator https://validator.w3.org on basic <picture> elements as per setup config should not result in errors.

Current Behavior

Currently when running validator on:

<picture class="lozad" style="display: block; min-height: 1rem" data-iesrc="images/thumbs/04.jpg" data-alt="">
    <source srcset="images/thumbs/04.jpg" media="(min-width: 1280px)">
   
vanilla-lazyload

LazyLoad is a lightweight, flexible script that speeds up your website by deferring the loading of your below-the-fold images, backgrounds, videos, iframes and scripts to when they will enter the viewport. Written in plain "vanilla" JavaScript, it leverages IntersectionObserver, supports responsive images and enables native lazy loading.

  • Updated Jan 9, 2021
  • JavaScript
technopagan
technopagan commented Sep 21, 2017

SVG will very likely take a little longer to render than a base64-encoded raster image. And the Gaussian Blur applied to the simple SVG shapes created by Primitive is probably quite CPU intensive.

Let's run a series of performance tests, ideally on WPT, to compare LQIP raster image rendering performance vs. SQIP rendering performance and also compare CPU utilization.

waterrr
waterrr commented Jan 15, 2021

众所周知,淘宝的IP接口很久之前挂了。
./application/index/controller/admin/Images.php #Line 136
原接口

http://ip.taobao.com/service/getIpInfo.php?ip=114.114.114.114

更新后的接口

http://ip.taobao.com/outGetIpInfo?ip=114.114.114.114&accessKey=alibaba-inc

好吧,才发现第一个加个accessKey也可以

http://ip.taobao.com/service/getIpInfo.php?ip=114.114.114.114&accessKey=alibaba-inc

dalao别摸鱼啦,快来更新,等一个v1.6.2版本。

Improve this page

Add a description, image, and links to the images topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the images topic, visit your repo's landing page and select "manage topics."

Learn more