Viewing 16 replies (of 16 total)
  • Hi all
    I’ve tried in this way

    Change
    <i style=”background-image:url(<?php echo $picture ?>)”></i>
    to
    <i style=”background-image:url(<?php echo $photo->source ?>)”></i>
    in single-album.php

    Add
    .fb-PhotoThumbLink i {
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    }
    in css/style.css

    It seems to work

Viewing 16 replies (of 16 total)
  • The topic ‘Thumbnails didn't load any more’ is closed to new replies.