Not sure the solution works well. I tried with the javascript option. Despite the js replacing the src (relevant image source) for the img tag with change in container size. It doesn't change the current source. Note: Using a blank black background image in the screenshot below:
Thanks for the reply. Will be trying this solution. On a quick note, I have seen images being used with pc-adaptive in the url. /content/dam/test/F22-1.jpg.pc-adaptive.768.medium.jpg Any idea, how this is done? I am pretty sure this is not related to dynamic media but just can't find where the image...
I have a requirement on if there are ways to use the custom renditions of the images created to be used dynamically to the web page as per the image container size defined in the sites but not by the screen size.Currently, we are using <picture> tag and media query to render particular rendition of ...
Thanks for the reply and the suggestion. I have few questions on this.1. We are using SSO so is there any other way to replace with admin:admin credentials?2. Can we run the batch script integrating with gitlab once the commit has been done?3. For the automation with CI/CD pipeline, how do we config...
I am exploring options for automating the deployment of the Bundles in the On Prem instance. I have seen various options available for the cloud however not many for On Prem. The requirement is for automating the build and deploying bundles only to the On Prem instances from local. As of now, we hav...
Debugging the way you have recommended. This is the result:Looks like the console log that outputs have "f log() {{native code}}" in there however the one that doesn't have output have "f () {{native code}}" in there. Looks like somehow the log is not executed. In debug mode: log that prints output:...
Is there a way to debug that the code executes before jquery is loaded?Also, the only errors I see is one with 404 on an html page (not relevant to this looks like completely separate page) and 403 errorOne thing that I noticed in debugger mode is that the console.log line outside of the .ready() se...