- Posts: 5
- Thank you received: 0
I have upgraded Kunena and we are now using the build-in wysiwyg ck-editor.
If you have issues posting on my forum please contact me via the contact page.
To be more precise, it creates image sizes you configure as breakpoints: it doesn't do anything with screen sizes as that is client side and that information is not available server side (where ochResponsiveImages (and your Joomla) runsPlau wrote: Hi Ruud,
If I understood correctly, then ochResponsiveImages "only" adjusts the image sizes based on the screen resolution. This is good if you want to display one image per column but not if you want to display multiple images per column. Like in my case.
That is impossible. The sizing of the image can be done anywhere on the page, on the elements or via css files (multiple). The only way to overcome that is to use JavaScript as that runs client side after the page was handled and styled. But that is like putting a bigger motor in your F1 car after the race was done: it would only slow down your site and JavaScript is not always enabled in browsers: it is not enabled in Google crawler > so even if this would work, Google could not see the results.Somehow it should be checked if the image should fill e.g. one column or half a column and then the image should be provided in a different resolution to speed up the page load. But I think there is no solution for this at the moment or is there?