ED Imageresizer
Back to this add-on's main page
View Other Add-ons From Erskine Design
Responsive Images II
General
|
Aaron Oliver
|
| Posted: 22 March 2012 12:07 PM |
|
|
|
|
My “quick reply” to the thread broke the entire URL, so here’s the gist of it quickly:
To prevent the explicit height & width attributes from appearing in the image tag, you can :
1.) Comment out line 425 in pi.ed_imageresizer.php
OR
2.) Use the href_only parameter and build your own <img> tag:
|
|
|
|
|
theborderandbeyond
|
| Posted: 22 March 2012 04:40 PM |
# 1
|
|
|
|
Thanks, Aaron. I actually was unaware of the href_only parameter and found that line in the code first. Probably better to do it your way, I’d say. Best, Aaron.
|
|
|
|