Not serving the right files
-
Hi,
I have a wordpress Multisite installation. The Plugin and htaccess seem to be installed fine. If I for example open this page:
Page
the image gets resized correctly.
However if I open the main page (https://xn--die-exklusiven-gartenmbel-ksc.de/) in Chrome Developer or as suggested here:
Webtest
the full images rather than the resized one get loaded.I thought that it might be a problem with the cookie, because I use the BWP Minify Plugin, however, putting this script in the head, had no result:
<script>document.cookie='resolution='+Math.max(screen.width,screen.height)+'; path=/';</script>
Any suggestions what I am doing wrong?
As well, opening just the image, not the homepage, serves the right file, e.g. the file gets resized. It only doesn’t work if I open a normal page.
- The topic ‘Not serving the right files’ is closed to new replies.