Viewing 1 replies (of 1 total)
  • you could edit the core. it’s not recommended because your changes will be gone if you update the plugin but it works 😉
    open plugins/facebook-page-photo-gallery/templates/single-album.php
    replace the href-attribute (href="<?php echo $photo->source ?>") with
    href="<?php echo $photo->images[1]->source ?>"for 960×717
    OR
    href="<?php echo $photo->images[0]->source ?>" for original size.

Viewing 1 replies (of 1 total)
  • The topic ‘Images larger than 720px’ is closed to new replies.