html - Responsive Form on top of Responsive Image? - Bootstrap -
i trying place form on top of responsive image, , want form responsive , resize in relation image currently image responsive cannot form stick in 1 place on image , resize in same position is possible? current code: http://www.codeply.com/go/ffgsrfictx the following correspond form section of page have provided. i have removed image element , used resource link background-image of form element. form fields wrapped bootstrap classes. a min-height has been set on form element prevent distortion of background image. html: <!--- bootstrap style sheet --> <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" rel="stylesheet" /> <!-- form section --> <section id="contact class" class="container content-section text-center"> <h1 class="brand-heading">contact</h1> <div class="container-fluid"> <div class="row">...