Specific image extension selector in CSS or JQuery
I have several images in my project with several extensions (jpg, png, gif).
Is there any way to select these images according to their extensions in
css or JQuery.
<img src="img/img.jpg"/>
<img src="img/img1.png"/>
<img src="img/img2.gif"/>
for example I want images that has .png extension to have height: 200px;
attribute.
No comments:
Post a Comment