Tool-tip For Truncated Image File Names

Hopefully I’m missing the solution here and someone can point me in the right direction.

When using the assets manager, I’m able to hover over an image to reveal the full file name. This is super helpful when managing tons of images that use the same file naming convention and the discernible part of the file name has been truncated. For example, with a long file name such as: “furniture-company_sofa_upholstered_97-inch.jpg” and “furniture-company_sofa_upholstered_88-inch.jpg”. Visually, these two images are nearly identical outside of the width difference as denoted at the end of the name.

The downside is that once the images are positioned on the page, I have no way to come back later to see what the two images are named. When viewing settings, the name is truncated and there’s no “tool-tip” indicator to easily tell me which is which… neither in the settings panel or when clicking on the image and selecting the little gear icon. (same when working with background image settings) The truncated names in these three places should offer a way to see the full name. I could have sworn this was possible before (at least in the setting panel) and it’s now gone? Can’t confirm, but seem to remember this function. Is there some other way to see the full name?

hi @Port_of_Folio when you hover over title of image the tooltip is shown. :man_shrugging:

If you would like to show “CAPTION” on image hover it is done by browser automatically if will find on image attribute title .

You can add this attribute manually or write custom script that will do it for you as WF only add number and “underscore” before image name. so it iwill be easy to split the src grab image name chop out extension and add attribute `title with value of image name.

another thing is to avoid such long names as in your example can be only fc-sofa-upholstered-97".jpg or fc-sofa-upholstered-97in.jpg etc. :vulcan_salute:

Hi Stan,
Thanks.
Your screenshot appears to be showing the hover “tool tip” function from the assets manager. In my post, I reference that this is exactly what I need, but within the design interface itself… after I’ve placed the image into a page.