I have a select tag with nested option tags. I want to use this to display images, however the images are not displaying. Am I not understanding how the select tag works?
<select multiple="multiple" class="image-picker masonry" id="image_picker" style="width: 10000px; height: 10000px;">
<option class="masonryitem brick" img src="/Images/Image1.jpg" width="180" height="180" alt="">
</option>
<option class="masonryitem brick" img src="/Images/Image2.jpg" width="180" height="270" alt="" >
</option>
</select>
I want to make the images use the image-picker
so they can be selectable