Forum Discussion

nmaves's avatar
nmaves
Visitor
8 years ago

PosterGrid focus around scaled image

I have a PosterGrid that has multiple sizes.  You can see in the image below that the focus stay around the grid item and not the image itself.  Is this possible and how would one achieve this?

2 Replies

  • It doesn't look to be supported "out of the box" but my guess is it could be possible with a hack-y solution such as - 
    when your smaller sized item gains focus, set drawFocusFeedback to false and replace your item's original poster art with poster art that includes a "fake" focus ring of the needed size.  Probably need to update the positioning as well, definitely a challenge!
  • Is there a better way to do this?  Maybe not use a PosterGrid?