• When testing the Eazyest Gallery plugin on my development system, I noticed that the thumbnail images were not being displayed. I checked the source and this is what I found.

    <a href="http://127.0.0.1/Personal/gallery/anime-crossroads/anime-crossroads-2009/pb212413/" data-slb-group="16719" data-slb-active="1" data-slb-internal="16779"><img width="150" height="150" src="http://127.0.0.1/lery/anime-crossroads/anime-crossroads-2009/_cache/PB212413-150x150.jpg" class="attachment-thumbnail" alt="PB212413" /></a>

    Note the difference between “href” parameter and the “src” parameter. The “href” parameter is the correct one.

    https://wordpress.org/plugins/eazyest-gallery/

  • The topic ‘Mangled URLs on development system’ is closed to new replies.