Image Size

  • Posted in : Photographer
  • Balders
    Participant

    Hi there,

    I’m working on work.html in photographer HTML template.

    Here we have images which move a bit to the right when I hover over with my mouse. Of course they can’t have the original dimension because they need space to move to the right.

    Now my question: Can I get rid of the mouse over function and display the image in its original dimension?

    Cheers

    serkan
    Moderator

    Hi,
    You can go to main.css line 1828 and remove this css code;

    .gallery-grid figure:hover img {
    	opacity: 0.5;
    	-webkit-transform: translate3d(0,0,0);
    	transform: translate3d(0,0,0); }

    Thanks

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register