Phoenix.LiveView.Helpers.live_img_preview

You're seeing just the function live_img_preview, go back to Phoenix.LiveView.Helpers module for more information.
Link to this function

live_img_preview(entry, opts \\ [])

View Source

Generates an image preview on the client for a selected file.

Examples

<%= for entry <- @uploads.avatar.entries do %>
  <%= live_img_preview entry, width: 75 %>
<% end %>