k0a1a / hotglue2

HOTGLUE is a Content Manipulation System which allows to construct websites directly in a web-browser.
http://hotglue.me/demo
GNU General Public License v3.0
275 stars 38 forks source link

Image background issue #15

Open frankiezafe opened 6 years ago

frankiezafe commented 6 years ago

Hello, I spotted a error when modifying background image: even if i change image, the first one added stays in the background.

Steps:

  1. adding a background image (im1)
  2. replacing by another image (im2)

result: im1 is still displayed in the background#

Best regards, hotlglue rocks!

dereckson commented 6 years ago

Could be your browser cache. Did you try a CTRL + SHIFT + R, or to use developer tools to disable cache (on chrome, F12 > Network tab > you'll find a checkbox Disable cache)?