html page loading with different image sizes and anchor links -


we have html page different image sizes ( 70 of them). have similar problem image loading , anchor link miss similar why page anchors miss?

when given image width , height works solution or there can done globally each image different , manual process update image sizes.

appreciate help! thanks.

i assume problem trying correct img tag. in galleries have setup clients ussually target css .whateverclass img{ width: 100px or 25%; height: 100px or 25%; }

another method use jquery , target img tag , size way well, css best method in opinion. let me know if off on question.

img {    height: 15%;    max-height: 50px;    max-width: 50px;    width: 15%; } 

Comments