Thanks Josue for your note.
However, as you said Zerodi is not correct your solution.
Simply and plainly Kriesi have to set the value of the variable “data-avia-parallax-ratio = ‘0.0’ ‘. It is independent of the variable ‘speed’.
Kriesi has mixed both variables and I do not know why. Some reason will be. Photos with parallax effect should not be extended.
Joaquín
Hello, about this question, the images are showed 30% bigger without any reason to justify.
I found the solution is in this line in section.php:
$params['attach'] .= "<div class='av-parallax {$attachment_class}' data-avia-parallax-ratio='<strong>{$speed}</strong>' style = '{$background}' ></div>";
Must be (in bold)
$params['attach'] .= "<div class='av-parallax {$attachment_class}' data-avia-parallax-ratio='<strong>0.0</strong>' style = '{$background}' ></div>";
I changed it directly to the theme (no in child theme). This forces me to keep track of updates. I would appreciate Kriesi change and incorporate it in other updates to not be aware of it.
See you