Note that there are some explanatory texts on larger screens.

plurals
  1. POhow can i cache image url in style?
    primarykey
    data
    text
    <p>I am trying to create a HTML page with multiple images. it's working fine with localhost but if I'm accessing through the internet, images are loading very slowly. How can i cache image url in style? Please check the below HTML code.</p> <pre><code> &lt;div style="display: block;" class="collection slide-item" id="div1"&gt; &lt;div class="row collection type1"&gt; &lt;div class="title"&gt; TRAVEL DESTINATION&lt;div class="link"&gt; &lt;a class="seecollection" href="searchdb.aspx?Keyword=travel destination"&gt;See Gallery&lt;/a&gt;&lt;/div&gt; &lt;/div&gt; &lt;div class="span12"&gt; &lt;a href="Search_Details.aspx?Id=1848760&amp;amp;key=0"&gt; &lt;div class="landscape thumb with_landscape" style="background-image: url(https://d3jpl91pxevbkh.cloudfront.net/imagedb-com/image/upload/1848760.jpg)"&gt; &lt;/div&gt; &lt;/a&gt; &lt;/div&gt; &lt;div class="span12"&gt; &lt;div class="row"&gt; &lt;div class="span4"&gt; &lt;a href="Search_Details.aspx?Id=1716438&amp;amp;key=0"&gt; &lt;div class="square thumb with_landscape" style="background-image: url(https://d3jpl91pxevbkh.cloudfront.net/imagedb-com/image/upload/1716438.jpg)"&gt; &lt;/div&gt; &lt;/a&gt; &lt;/div&gt; &lt;div class="span4"&gt; &lt;a href="Search_Details.aspx?Id=1838282&amp;amp;key=0"&gt; &lt;div class="square thumb with_landscape" style="background-image: url(https://d3jpl91pxevbkh.cloudfront.net/imagedb-com/image/upload/1838282.jpg)"&gt; &lt;/div&gt; &lt;/a&gt; &lt;/div&gt; &lt;div class="span4"&gt; &lt;a href="Search_Details.aspx?Id=1845302&amp;amp;key=0"&gt; &lt;div class="square thumb with_landscape" style="background-image: url(https://d3jpl91pxevbkh.cloudfront.net/imagedb-com/image/upload/1845302.jpg)"&gt; &lt;/div&gt; &lt;/a&gt; &lt;/div&gt; &lt;/div&gt; &lt;div class="row"&gt; &lt;div class="span6"&gt; &lt;a href="Search_Details.aspx?Id=1717213&amp;amp;key=0"&gt; &lt;div class="landscape thumb with_landscape" style="background-image: url(https://d3jpl91pxevbkh.cloudfront.net/imagedb-com/image/upload/1717213.jpg)"&gt; &lt;/div&gt; &lt;/a&gt; &lt;/div&gt; &lt;div class="span6"&gt; &lt;a href="Search_Details.aspx?Id=1842423&amp;amp;key=0"&gt; &lt;div class="landscape thumb with_landscape" style="background-image: url(https://d3jpl91pxevbkh.cloudfront.net/imagedb-com/image/upload/1842423.jpg)"&gt; &lt;/div&gt; &lt;/a&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;div style="display: none;" class="collection slide-item" id="div2"&gt; &lt;div class="collection slide-item"&gt; &lt;div class="row collection type4"&gt; &lt;div class="title"&gt; HOLI&lt;div class="link"&gt; &lt;a class="seecollection" href="searchdb.aspx?Keyword=holi"&gt;See Gallery&lt;/a&gt;&lt;/div&gt; &lt;/div&gt; &lt;div class="span6"&gt; &lt;a href="Search_Details.aspx?Id=1918857&amp;amp;key=0"&gt; &lt;div class="landscape thumb with_landscape" style="background-image: url(https://d3jpl91pxevbkh.cloudfront.net/imagedb-com/image/upload/1918857.jpg)"&gt; &lt;/div&gt; &lt;/a&gt;&lt;a href="Search_Details.aspx?Id=1869141&amp;amp;key=0"&gt; &lt;div class="landscape thumb with_landscape" style="background-image: url(https://d3jpl91pxevbkh.cloudfront.net/imagedb-com/image/upload/1869141.jpg)"&gt; &lt;/div&gt; &lt;/a&gt; &lt;/div&gt; &lt;div class="span12"&gt; &lt;a href="Search_Details.aspx?Id=1888875&amp;amp;key=0"&gt; &lt;div class="landscape thumb with_landscape" style="background-image: url(https://d3jpl91pxevbkh.cloudfront.net/imagedb-com/image/upload/1888875.jpg)"&gt; &lt;/div&gt; &lt;/a&gt; &lt;/div&gt; &lt;div class="span6"&gt; &lt;a href="Search_Details.aspx?Id=1888899&amp;amp;key=0"&gt; &lt;div class="landscape thumb with_landscape" style="background-image: url(https://d3jpl91pxevbkh.cloudfront.net/imagedb-com/image/upload/1888899.jpg)"&gt; &lt;/div&gt; &lt;/a&gt;&lt;a href="Search_Details.aspx?Id=1918847&amp;amp;key=0"&gt; &lt;div class="landscape thumb with_landscape" style="background-image: url(https://d3jpl91pxevbkh.cloudfront.net/imagedb-com/image/upload/1918847.jpg)"&gt; &lt;/div&gt; &lt;/a&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload