• 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 use data-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!

    • This topic was modified 8 years, 1 month ago by iamalbert.
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.