Hi, I just completed a health care website that was made entirely blue. I present it in a stump, it was a big step for me. The website is in Hungarian, (they did not ask for a solution in any other language for the time being). It was a pleasure to work with the program because it is very reasonably invented, and documentation and videos help a lot if I got stuck. Book and pharynx for developers and helpers.
Sorry for bad English.
Can you provide the link of the site so we can see it?
Sorry, of course.
Your images have a size of almost 4 mb, I compressed them so now only takes 400 kb to load (webp format). That will improve your loading times and experience. (it took me almost 25 seconds to load all the site)
images.zip (430.9 KB)
Thank you for looking at and calling my attention. But then I don’t understand why the BLOCK is automatically webp for HTML. I thought he was starting to use it.
Make sure you have enabled that option and when you export you have all the images in that format
This is included in index.php:
<picture><source type="image/webp" srcset="img/lazyload-ph.png" data-srcset="img/9_1.webp"><img src="img/lazyload-ph.png" data-src="img/9_1.jpg" class="img-fluid img-protected mx-auto d-block mb-md-5 mb-sm-4 lazyload" alt="9_1" width="558" height="279"></picture>
I thought it was just the replacement.
I don’t know, I inspected your images and that was the result. Maybe you could open the project in blocs, replace your images and export again removing the webp convert option.