Hi,
I’m using the multi image field in the CMS and I’m wondering if there is a way to show just the last image? Or choose which image is displayed?
Thanks
Tom
Here is my public share link: LINK
(how to access public share link)
Hi,
I’m using the multi image field in the CMS and I’m wondering if there is a way to show just the last image? Or choose which image is displayed?
Thanks
Tom
Here is my public share link: LINK
(how to access public share link)
Using CSS code with :nth-child property, you can target any element in a list
Thanks Vincent. Will give it a go