• Resolved baga

    (@baga)


    Hello @deanoakley I was struggling to get this plugin work properly with CDN Enabler and then I realized there is an error in the PHP code.

    File photoswipe-masonry.php at line 467:

    <img src='. $thumb[0] .' itemprop="thumbnail" alt="'.$image_alttext.'" />

    should be:

    <img src="'. $thumb[0] .'" itemprop="thumbnail" alt="'.$image_alttext.'" />

    Kind regards

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Error in PHP code’ is closed to new replies.