Found error in code for image loading
-
There is a certain problem with image loading described in this topic.
We found the error.
It is about lines (images) which are not including spread data
"data-src"
or for those pics which are set not to usedata-smartload
. As far as I understand the idea, it should load pics as is.Actually, this check up function is not working at all due to odd exclamation mark:
if ( false !== strpos( $matches[0], 'data-src' ) || preg_match('/ data-smartload *= *"false" */', $matches[0]) )
We removed the exclamation mark and it is fine now.
Please fix this error and include it to the next update!
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Found error in code for image loading’ is closed to new replies.