Could you add the "pagespeed_no_transform" no transform attribute to
this img tag? This should keep PageSpeed from modifying it.
On Thu, Feb 13, 2014 at 9:15 AM, Andy Cheng <an...@cloudmobo.com> wrote:
> Hi,
>
> I have an image tag initially with src="", it is actually a placeholder that
> my javascript will change the image source dynamically.
> However, I recently discover pagespeed will change the tag as following:
>
> Original:
> <img src="">
>
> Altered:
> <img style="display:none;visibility:hidden;" data-cfsrc=""
> pagespeed_url_hash="1352311551" src="http://my.dynamic.source/image.png">
>
> After some research, I suspect pagespeed altered the tag for the "above the
> fold" rule and I don't seem to find a way to prevent it.
>
> Is there any attribute that I can add to prevent the tag to be altered?
>
> Thank you
>
> Andy
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "ngx-pagespeed-discuss" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to ngx-pagespeed-discuss+unsub...@googlegroups.com.