mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-08-03 22:19:07 +00:00
@@ -1,7 +1,7 @@
|
||||
import React from 'react'
|
||||
import PropTypes from 'prop-types'
|
||||
|
||||
const isNativeLazyLoadSupported = false //'loading' in HTMLImageElement.prototype
|
||||
const isNativeLazyLoadSupported = 'loading' in HTMLImageElement.prototype
|
||||
const placeholder = 'data:image/gif;base64,R0lGODlhAQABAPAAAAAAAAAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=='
|
||||
|
||||
const getProtectedUrl = url => {
|
||||
|
||||
Reference in New Issue
Block a user