Request for allowing alignment of images
-
Love your plugin. Currently using it at https://www.blackjackreview.com/wp/.
I needed to align the images generated. So I made a mod:
Located in random-image-gallery-with-pretty-photo-zoom/random-image-gallery-with-pretty-photo-zoom.php… about mid-way in the file
// Dalton mod align = left and give it a margin
$rigwfz = $rigwfz . ‘<img align=”left” style=”margin: 0px 10px” src=”‘.$mainsiteurl.’crop-random- …ALSO, I agree with previous poster regarding the duplicate check for .GIF. I assume this is a typo and should be .PNG:
// Dalton mod check for .PNG (previously duplicate .GIF check)
if(strpos(strtoupper($file), ‘.JPG’) > 0 or strpos(strtoupper($file), ‘.GIF’) >0 or strpos(strtoupper($file), ‘.PNG’) > 0 )SO….
1) Request ability to provide alignment to images
2) Request ability to provide margins to images
3) Fix the duplicate .GIF issueIn addition, all the images have a link to themselves. I would love to be able to provide
1) No link to image
2) Link to image
3) Custom link to image pointing to some website or page
- The topic ‘Request for allowing alignment of images’ is closed to new replies.