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.
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 %>