Make a new Image SRC
Permalink
So, I am trying to make a custom Page List view.php.
The code:
That makes:
I want 1 single image [<img src="" alt="#" class="img-responsive">], not all that extra stuff.
The code:
That makes:
<picture><!--[if IE 9]><video style='display: none;'><![endif]--><source srcset="" media="(min-width: 900px)"><source srcset="" media="(min-width: 768px)"><source srcset=""><!--[if IE 9]></video><![endif]--><img src="" alt="#" class="img-responsive"></picture>
I want 1 single image [<img src="" alt="#" class="img-responsive">], not all that extra stuff.