1. Lazy Load for background images in Media Box is not working
In the Media Box module, I set the style to “Background Image”, but the images are always loaded immediately — no lazy loading happens.
I’ve checked the HTML output and found no data-bg
attribute or any lazy load-related logic. I also tried switching between native and custom lazy load modes in the theme options, but neither had any effect.
Here’s a screenshot of the Media Box setup and front-end output:
[1xxx] [2xxx]
This contradicts the theme documentation, which mentions that lazy loading supports background images.
2. Image size dropdown does not reflect custom sizes, and medium_large
is not applied
In the same Media Box module, the “Image Size” dropdown only shows a few default options like full
, xxl
, large
, and medium_large
. However, my theme registers multiple other custom image sizes that are not available for selection.
Worse, when I select medium_large
, it still loads the full-size image. Only large
works as expected.
I understand that my support period has expired, but I’d really appreciate any advice from the community or the theme authors if possible.
Thanks in advance!