Jump to content

Output images with limit


k07n
 Share

Recommended Posts

Hi there!

The following code grabs first three images from the field "images"

$firstThree = $page->images->slice(0, 3);

foreach ($firstThree as $i) {
	// Output goes here
}
  • Like 4
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...