Insert image to section options

13 views
Skip to first unread message

Maurice Waka

unread,
Dec 11, 2020, 5:24:49 AM12/11/20
to web2py-users
I need to add some features into the options in the view sections including images or videos.

I did this code below but the images are not showing.

<select name="second_offer" id="second_offer" class="second_offer"size="5" style="background-color: white;height: 160px;width: 800px;">   
            <option value="1" style="widht:200px; height:30px;background-image:url('{{=URL('static', 'images/life.jpg')}}')">Boat</option>

when using a web link e.g. 'https/www...link-to-image.com', this appears buy my images are in the static/images folder.
Please assist.
Regards

Maurice Waka

unread,
Dec 11, 2020, 6:24:41 AM12/11/20
to web2py-users
My bad.
The images was actually being posted but not resized, hence showing a (white)bit of it in the white background.
After adding these: 'background-repeat:no-repeat;background-size:contain;background-position:center;'
The image now appears.
Regards
Reply all
Reply to author
Forward
0 new messages