+ 4
How to enlarge an image in a table
I have more than one images resized and fitted into table cells now if user wanna click on one of the image, it should display larger or even full screen for Phone
3 Antworten
+ 1
just add target = "_blank".
eg: <a href="myimage.jpg" target = "_blank">
<img alt="my image" src="" >
</a>
0
Maybe just do width:140% or something like that. Not sure if this works, I‘m new To Web.