how to make pretty photo layout fixed size?

None

I have a prettyphoto implementation in my site.And my problem is that according to the size of image prettyphoto layout always changes.I would like to make it a fixed size. I have tried making the href of link to a specific size image.But it is not working. The code as far as i tried

 <a class="zoom" id="zoom-image" height="290" width="267" href="/images/imagehandler.ashx?path=/product-images/334.jpg" >
    <img id="large-image" src="/images/imagehandler.ashx?path=/product-images/334.jpg&amp;width=267&amp;height=290">
  </a>
soheil

In prettyphoto.js script change the code

pp_dimensions = _fitToViewport(imgPreloader.width,imgPreloader.height);

to this code -

 pp_dimensions = _fitToViewport(800, 800);

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

size of the box is not fixed with the photo size

From Dev

How to make fixed size div regardless of content

From Dev

How to make App Bar and an Edittext fixed at the top of the layout in Android

From Dev

How to make a banner image that scrolls but the size remains fixed

From Dev

How to make a pivot table with fixed size in Google Sheets?

From Dev

How to make a fixed-size byte variable in Python

From Dev

How to make fixed-size image align vertical middle?

From Dev

How to make JToggleButton-size fixed upon selection and deselection?

From Dev

How to make a pivot table with fixed size in Google Sheets?

From Dev

Unable to change column size in fixed layout table

From Dev

How to make Android layout proportional regardless of screen size and orientation

From Dev

How to make a relative layout to fit for all screen size?

From Dev

How to make an image height resize accordingly to the size of the contents below it, in a fixed size container

From Dev

How to make a photo gallery on Android?

From Dev

How to have a fixed-size layout that also keeps the window from resizing?

From Dev

Make scrollbar to be fixed instead of crushing layout

From Dev

How is table layout fixed rendered?

From Dev

How to set the background of a layout with a photo from gallery?

From Dev

How to capture photo using frame layout?

From Dev

how to make pretty url of two different pages

From Dev

how to make url as pretty url in codeigniter

From Dev

How make layout for Samsung S2 size and another for Note2 size

From Dev

How to set JTextArea to fixed size

From Dev

Pretty photo() is not a function error in js

From Dev

how to make text input and button the same height when assigning the text input fixed font-size?

From Dev

How to make a .fixed sticky item's "margin-top" relative to the size of the sticky item?

From Dev

How can I make my webpage background cover fixed for the full size page in css?

From Dev

Fixed Layout EPUB where each page has a different size

From Dev

android fixed layout size when listview visibility is gone

Related Related

  1. 1

    size of the box is not fixed with the photo size

  2. 2

    How to make fixed size div regardless of content

  3. 3

    How to make App Bar and an Edittext fixed at the top of the layout in Android

  4. 4

    How to make a banner image that scrolls but the size remains fixed

  5. 5

    How to make a pivot table with fixed size in Google Sheets?

  6. 6

    How to make a fixed-size byte variable in Python

  7. 7

    How to make fixed-size image align vertical middle?

  8. 8

    How to make JToggleButton-size fixed upon selection and deselection?

  9. 9

    How to make a pivot table with fixed size in Google Sheets?

  10. 10

    Unable to change column size in fixed layout table

  11. 11

    How to make Android layout proportional regardless of screen size and orientation

  12. 12

    How to make a relative layout to fit for all screen size?

  13. 13

    How to make an image height resize accordingly to the size of the contents below it, in a fixed size container

  14. 14

    How to make a photo gallery on Android?

  15. 15

    How to have a fixed-size layout that also keeps the window from resizing?

  16. 16

    Make scrollbar to be fixed instead of crushing layout

  17. 17

    How is table layout fixed rendered?

  18. 18

    How to set the background of a layout with a photo from gallery?

  19. 19

    How to capture photo using frame layout?

  20. 20

    how to make pretty url of two different pages

  21. 21

    how to make url as pretty url in codeigniter

  22. 22

    How make layout for Samsung S2 size and another for Note2 size

  23. 23

    How to set JTextArea to fixed size

  24. 24

    Pretty photo() is not a function error in js

  25. 25

    how to make text input and button the same height when assigning the text input fixed font-size?

  26. 26

    How to make a .fixed sticky item's "margin-top" relative to the size of the sticky item?

  27. 27

    How can I make my webpage background cover fixed for the full size page in css?

  28. 28

    Fixed Layout EPUB where each page has a different size

  29. 29

    android fixed layout size when listview visibility is gone

HotTag

Archive