Hi,
I installed GRAV with the skeleton "Receptar Site". No additional Plugins.
On PC and tablet, everything works like a charm, but at mobile the blog overview page are not showing the images of the blog pages (only white space). Only after reloading, images are visible. But hero image is everytime visible.
Has anybody an idea to solve the problem?
URL is https://www.creativeheart-hochzeitsfotografie.de/
My system yaml
home:
alias: '/blog'
force_ssl: false
pages:
theme: receptar
process:
markdown: true
twig: false
markdown:
extra: true
languages:
supported:
-
de
include_default_lang: falsehttp_accept_language: true
home_redirect:
include_lang: true
include_route: false
session_store_active: false
cache:
enabled: true
check:
method: file
driver: auto
prefix: 'g'
gzip: true
allow_webserver_gzip: true
twig:
cache: true
debug: true
auto_reload: true
autoescape: false
assets:
css_pipeline: true
css_minify: true
css_rewrite: true
js_pipeline: false
js_minify: true
debugger:
enabled: false
twig: true
shutdown:
close_connection: true
system:
session.enabled: true
session.initialize: false

