Skip to content

Conversation

@braulioholtz
Copy link

Work

$gallery = $f->photosets_getList($id);
foreach($gallery['photoset'] as $photo) {
    <img src="<?php echo $f->buildPhotoURL($photo, 'small');?>">

Work
$gallery = $f->photosets_getList($id);
foreach($gallery['photoset'] as $photo) {
    <img src="<?php echo $f->buildPhotoURL($photo, 'small');?>">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant