0
Welcome Guest! Login
0 items Join Now

SOLVED RokSprocket Images Snapping To Different Size

  • SOLVED RokSprocket Images Snapping To Different Size

    Posted 9 years 1 month ago
    • In a RokSprocket module the images being loaded are all the same size (279x224) but when they are shown in the rendered page they are snapping up to a larger size to fill the space. How do I force them to not snap? I need them to show at their exact size and centered in the column without snapping larger. The example is on this page:

      www.teachertravelguide.com/~sawstemp/new...h/channels/education

      The module is in the right column at the bottom. Please note that I have applied a "-ads" module suffix to the module in order to prevent any changes to this module from affecting other modules I use elsewhere on the site.
    • Last Edit: 9 years 1 month ago by Chad Criswell.
    • David Goode's Avatar
    • David Goode
    • Preeminent Rocketeer
    • Posts: 17058
    • Thanks: 890
    • Web Designer and Host

    Re: RokSprocket Images Snapping To Different Size

    Posted 9 years 1 month ago
    • Hi there,

      I am not seeing -ads being shown as a module suffix.

      The change you need to make are in file - /templates/rt_dominion/css/rt_dominion-custom.css

      The code needs to be...
      .layout-slideshow .sprocket-features-img-container {
          position: absolute;
          top: 0;
          max-width: 279px;
          margin: 0 4px;
      }

      If you have a suffix it needs to be added before .layout-slideshow

      If this resolves your problem then please edit your first post in this thread by adding [SOLVED] at the start of the title and click on the icon and select the 'tick' icon. This lets the moderators know that it can be moved to the solved section.

      Thanks for your cooperation :)
    • Last Edit: 9 years 1 month ago by David Goode.

    • Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information

Time to create page: 0.075 seconds