Plugin

Archived
Forum
(read-only)

Erskine Design does not actively monitor this forum
(but you can still get help from other EE users).

EE 1
EE 2
ED Imageresizer

Back to this add-on's main page
View Other Add-ons From Erskine Design

     

You must be logged in to post.

Responsive Images II

General

Aaron Oliver
Aaron Oliver

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
# 1
theborderandbeyond

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.