This question has been flagged
2 Replies
4560 Views

Currently in my website When i inspect an image:

<section class="s_viewport_cover s_gradient_overlay simplepaste w_viewport oe_img_bg oe_custom_bg w_bg_gradient_black" style="background-position: 50% 100%; background-image: url(&quot;https://r10val.wibas.de/web/image/1264/team.jpg&quot;);">

        <div class="s_gradient_row_shade">

          <div class="container">

            <div class="row">

              <div class="bottom-aligner"></div>

              <div class="col-sm-6 bottom-aligned">

                <h1>iuvsjbdibfjvbef</h1>

                <p class="abstract">Testing</p>

                <a href="#vcmore" class="link-text" data-original-title="" title="">Mehr...</a>

              </div>

            </div>

            <a id="vcmore"></a>

          </div>

        </div>

      </section>


How i generate a code for the image like 

<img height="92px" src="/images/branding/googlelogo/2x/googlelogo_color_272x92dp.png" width="272px" id="hplogo" alt="Google" title="Google" onload="typeof google==='object'&amp;&amp;google.aft&amp;&amp;google.aft(this)">

Any suggestion?


Note: Working on Odoo11 

Avatar
Discard
Author Best Answer

I am using odoo11.

Avatar
Discard
Best Answer

Background images comes from a CSS property, this behaviour is normal. However you got an absolute URL, this is strange!  I've checked online with a free account and on my website (Odoo 10) and this never happens, urls are relatives. Which version are you using ?

Avatar
Discard