Closed mkecki closed 5 years ago
I included scripts into head: <script src="~/lib/image-picker/image-picker.js"></script> <link rel="stylesheet" href="~/lib/image-picker/image-picker.css" />' And into body: <select class="image-picker show-html" asp-for="@Model.Image"> <option data-img-src="~/images/1.jpg" data-img-class="first" value="1">Page 1 </option> <option data-img-src="~/images/2.jpg" data-img-class="last" value="2"> Page 2 </option> </select> No images visible
Did you read the documentation? http://rvera.github.io/image-picker/ You are missing a critical step