I have a custom webpart that works like a carrousel, just showing images... im having problems because when the site is acessed via https the images just dont show...
the images are not hardcoded, they're on the a style lib and im fetching the list and then getting the link via
item["Encoded Absolute URL"].ToString()
but no matter what, the link to the images are always "http"... can anyone help???