add enlarge class to images in pets php for image enlarging script
This commit is contained in:
parent
efccda55fe
commit
2701f02bee
|
@ -28,10 +28,10 @@
|
|||
|
||||
<figure
|
||||
<div class="gallery">
|
||||
<img src="../img/life/pets/whiskers.jpg" alt="a photo of a white dwarf rabbit on a table in front of computer equipment" height="300" width="300">
|
||||
<img class="enlarge" src="../img/life/pets/whiskers.jpg" alt="a photo of a white dwarf rabbit on a table in front of computer equipment" height="300" width="300">
|
||||
|
||||
|
||||
<img src="../img/life/pets/whiskers-bw-one.jpg" alt="a black and white photo of a white dwarf rabbit looking off of a front porch towards the world around him" height="300" width="500">
|
||||
<img class="enlarge" src="../img/life/pets/whiskers-bw-one.jpg" alt="a black and white photo of a white dwarf rabbit looking off of a front porch towards the world around him" height="300" width="500">
|
||||
</div>
|
||||
<figcaption class="gallery-text">
|
||||
pictures of whiskers, my pet rabbit
|
||||
|
@ -45,7 +45,7 @@
|
|||
|
||||
<figure>
|
||||
<div class="gallery">
|
||||
<img src="../img/life/pets/parakeet.jpg" alt="a yellow parakeet hangs on the side of her cage, the position of her beak suggests she is aware of the camera pointed towards her" height="300" width="500">
|
||||
<img class="enlarge" src="../img/life/pets/parakeet.jpg" alt="a yellow parakeet hangs on the side of her cage, the position of her beak suggests she is aware of the camera pointed towards her" height="300" width="500">
|
||||
</div>
|
||||
<figcaption class="gallery-text">
|
||||
a picture of one of my parakeets, fred
|
||||
|
@ -63,9 +63,9 @@
|
|||
|
||||
<figure>
|
||||
<div class="gallery">
|
||||
<img src="../img/life/pets/pupper.jpg" alt="a west highland white terrier looks at the camera. his face is covered in the green of freshly cut grass, as he loved rolling and rubbing his face in the grass after it was cut. the terrier has a face that can only described as pure happiness, so joyful and proud of himself he is" height="300" width="300">
|
||||
<img class="enlarge" src="../img/life/pets/pupper.jpg" alt="a west highland white terrier looks at the camera. his face is covered in the green of freshly cut grass, as he loved rolling and rubbing his face in the grass after it was cut. the terrier has a face that can only described as pure happiness, so joyful and proud of himself he is" height="300" width="300">
|
||||
|
||||
<img src="../img/life/pets/pupper-two.jpg" alt="a white west highlang white terrier relaxes on a cool wooden floor in the summer. the sunlight gives her just the right amount of warmth as she looks contently at the camera" height="300" width="350">
|
||||
<img class="enlarge" src="../img/life/pets/pupper-two.jpg" alt="a white west highlang white terrier relaxes on a cool wooden floor in the summer. the sunlight gives her just the right amount of warmth as she looks contently at the camera" height="300" width="350">
|
||||
</div>
|
||||
<figcaption class="gallery-text">
|
||||
a picture of my mom's two terriers, rambo (right) and montana (left)
|
||||
|
@ -78,7 +78,7 @@
|
|||
</p>
|
||||
<figure>
|
||||
<div class="gallery">
|
||||
<img src="../img/life/pets/baxter-looking.jpg" alt="a grey and white cat face with black markings looking directly into the camera. the pupils are slit as it is bright" height="350" width="300">
|
||||
<img class="enlarge" src="../img/life/pets/baxter-looking.jpg" alt="a grey and white cat face with black markings looking directly into the camera. the pupils are slit as it is bright" height="350" width="300">
|
||||
</div>
|
||||
<figcaption class="gallery-text">
|
||||
one of my favorite photos of my cat, baxter
|
||||
|
|
Loading…
Reference in New Issue