Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make hrefs and srcs in HTML absolute. #9

Closed
kdzwinel opened this issue Oct 1, 2013 · 4 comments
Closed

Make hrefs and srcs in HTML absolute. #9

kdzwinel opened this issue Oct 1, 2013 · 4 comments
Milestone

Comments

@kdzwinel
Copy link
Owner

kdzwinel commented Oct 1, 2013

<img src='bla.png' /> ➡️ <img src='http://example.com/bla.png' />

@corbinmunce
Copy link

Hi,
I second this feature request, thanks

@kdzwinel
Copy link
Owner Author

kdzwinel commented Nov 4, 2013

This does not affect CSS, getComputedStyle changes all URLs to absolute for us.

@kdzwinel
Copy link
Owner Author

kdzwinel commented Nov 5, 2013

I thought I'll add this to the Snapshooter but this will have to be a separate filter. Code that may come in handy when implementing this: http://stackoverflow.com/a/7544757/1143495

@ahmadawais
Copy link

Yup, looking forward to it :)

@kdzwinel kdzwinel added this to the 0.6 milestone Aug 20, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants